199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for LindaF

which software do u use while working with php!! I uses easyphp but thats not upto the expectation!!! how about naming yours,pliz :shock: :banghead: :rocking: __________________ If you r reading this, you agree that i'm smart!! If not, you are jealous coz' you are not smart....

Member Avatar for fatihpiristine
0
620
Member Avatar for kelvinskk

Hi, I'm still pretty new to c++ programming in Fedora Core. I've successfully done up my c++ code and it can run when i did: gcc -o test test.c ./test However, is there a way which i could run this test file from any directory? For example, u can run …

Member Avatar for WolfPack
0
139
Member Avatar for hooray

OK, so i have written a website that has been hosted online with a free hosting company for some time, but now i have limited access to the internet, so i have started using XAMPP. The code that once was fine on the hosting site has now stopped working. I …

Member Avatar for nav33n
0
117
Member Avatar for GLT

Hi guys! Im am setting up a login page using Dreamweaver MX but I cannot set up my testing server. I need to set up my testing server to use the server behaviours. I have a little tick beside 'create a site' and 'choose a document type' but cannot get …

Member Avatar for SheSaidImaPregy
0
216
Member Avatar for michellet35

I am using JAVA studio creator and I am having a hard time understanding how to add a page hit counter that uses the ApplicationBean. I am just trying to create a simple JSP that shows how many times the page has been visited. ANY help on where to get …

Member Avatar for peter_budo
0
116
Member Avatar for xeroz

I ahev to make a project of daewoo a bus servise reservation system in c++ please help me so that i would make it in a better way thanks xeroz

Member Avatar for wamuti
0
251
Member Avatar for Jishnu

Can ne-1 explain 2 me the output of the following code ? (Mind well, it's completely legal C code !! ; n it actually won the International Obfuscated C Code Contest.) #include<stdio.h> main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_, main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a )&&t == 2 …

Member Avatar for Jishnu
0
223
Member Avatar for Venom Rush

I have a form that has an option to upload an image along with some text and a title. What I want to do is check if the input for uploading the image is empty. If it is then the page processes the code just to upload the text portion …

Member Avatar for Venom Rush
0
227
Member Avatar for AbberLine

Hi, I would like to make a blok of text appear when the user clicks a hyperlink. Therefor I created a test file in html: [CODE=HTML] <html> <head> <title>InnerHTML - Test</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <script type="text/javascript"> function writeEvent(txt){ document.getElementById("infoOut").innerHTML = makeEvent(txt); } function makeEvent(text){ var output return "<table style='border:solid …

Member Avatar for AbberLine
0
232
Member Avatar for kristinoh

I want to automate the file transfer from a remote site to my pc over a WAN. Can anyone please suggest an industry standard secure file transfer tool for a windows environment? I am looking for an industry accepted, more secure than traditional FTP. Thanks!

Member Avatar for wapper12
0
105
Member Avatar for kartik07

Hi,I am new to VB6.I need to create a similar menu for many forms.My proj has around 8 forms.lets say I need file and edit menus,also have submenus. Do I need to repeat the code in al the forms or can I declare some coding in a module or something …

Member Avatar for kartik07
0
102
Member Avatar for RohitSahni

Hi all, The scenario is like this: i have one file which contains some particular paths, now my aim is to make changes in this file so that i can change the path in that file.. eg: file1.txt: ABC -p /home/user/a/b/v23.9/library -l /home/user/a/b/ABC/v23.9 test.exe DEF -r v23.9 /c/d/f -p /home/user/a/b/v23.9/library …

Member Avatar for masijade
0
152
Member Avatar for rajarp

Hi all, My directory structure is as follows [B]home /md/DEV/SCRIPTS/DAILY[/B] and [B]home/md/DEV/MIS/LANDING[/B] so this command [B]find home/md/DEV/MIS/LANDING -name MIS_Customer_\*[/B] is giving me the desired output [B]/home/md/DEV/MIS/LANDING/MIS_Customer_20080114.txt.[/B] since i dont want to hardcode the path ie)home/md/DEV i opt for relative path like [B]find ../../MIS/LANDING -name MIS_Customer_\*.[/B](since all myall my scripts are …

Member Avatar for masijade
0
90
Member Avatar for mrjoli021

Is there a tutorial on learning to work with api's. I am trying to automate a telnet connection to a router. I figured out how to telnet, but how to i type the commands inside the telnet session.

Member Avatar for WaltP
0
88
Member Avatar for crzycm16

help! im pretty new at PHP, and im creating a simple pdf form with an html submit document. however, when i hit submit i get this error. Parse error: parse error, unexpected T_STRING in home/content/c/r/z/crzycm16/html/insert.php on line 42 my form is at [url]http://www.shsinteract.com/vets.pdf[/url] and i am following this tutorial, [url]http://www.andrewheiss.com/Tutorials?page=LiveCycle_PDFs_and_MySQL[/url] …

Member Avatar for nav33n
0
283
Member Avatar for ujwaliyer

hello everyone, I have created a console app for receiving files thru sockets. Now what i need to do is to change it to a windows service so that it will dynamically keep receiving files all the times -- and store them in a separate folder. The problem is that- …

Member Avatar for ujwaliyer
0
83
Member Avatar for joshuadlowry

I am able to call masm assembler object from delphi. ( 1995 version). On compillation (with delphi) I try to call object code generated by ms-pascal 3.31, and get compiler error #51 Invalid PUBLIC Definition. I use the line {$L filename.obj} in the delphi code. How do I maake the …

Member Avatar for Duoas
0
96
Member Avatar for rhinocort23

can i make a program in vb that will open a picture file of words and copy the words off of the picture into a text document? im asking here first because truly i dont know where i would start, there would be just to much to it. another question …

Member Avatar for rhinocort23
0
89
Member Avatar for antlu

We were supposed too make a program that would connect the given 2 points of a line. My program has a problem if the slope of the line is not 1. I'm just a noob in programing and still don't know how to clear the screen using system(); [code] #include<stdio.h> …

Member Avatar for antlu
0
92
Member Avatar for VBNick

Hi, I am making a Sheduling program, in which I designed my own graphical interface using fillrect, lines, textout, ect... I hold the picture in memory, then paint it when it changes like this: mDC = CreateCompatibleDC(me.hdc) hBitmap = CreateCompatibleBitmap(me.hdc, 100, 100) SelectObject(hDC, hBitmap) Form_Paint/Form_Click() update chart and work shifts …

Member Avatar for VBNick
0
120
Member Avatar for SHWOO

I am trying to create a set of functions to allow the user to output a string to a file name EngineLog.txt It compiles fine, but I get an Unhandled exception at 0x00444c36 in Test.exe: 0xC0000005: Access violation writing location 0x0000000d. This occurs in the EnableLogging() function. [CODE]//----------------------------------------------------------------------------- // The …

Member Avatar for SHWOO
0
199
Member Avatar for guitarrick

Still stuck on this one. I am not back in class yet. This is my personal research/review for the upcoming semester. I am not where I'd like to be with my review, but I really want to solve this one; but I can't seem to get started. Can someone please …

Member Avatar for superjacent
0
254
Member Avatar for yeongland

I need to create a csv file to an ftp server but failed to make it. As information, the server required login credential. Any help?

Member Avatar for yeongland
0
81
Member Avatar for The Midnighter

Alright, so I've got a linked list program going here, and I've succesfully loaded a text file, and I fed each line from the text file into my linked list nodes. Now I want to create a few commands that's going to allow me to alter this text file, while …

Member Avatar for The Midnighter
0
142
Member Avatar for llrdonv

Hello! I'm new to the DaniWeb, so I'm not sure what I'm allowed to ask, and I don't have enough time to search for all rules right now. I have to write a program for tomorrow, otherwise I won't be able to pass the year. It's a bit difficult to …

Member Avatar for llrdonv
0
537
Member Avatar for FireSBurnsmuP

This is going to sound wierd at first, but I found a really cool usb controller. Let's see if I can find a link to it... [URL="http://www.bestbuy.com/site/olspage.jsp?skuId=8609696&type=product&id=1192233008066"]here it is[/URL] Now this is the wierd part - the first thing I thought when I saw this was "how sweet would it …

Member Avatar for Ancient Dragon
0
146
Member Avatar for wonder_laptop

Dear All, Since one cannot write the ping command in java because real ping requires ICMP support, and performs a very basic test that there is an IP protocol stake "awake" at the requested address and this is not supported by java. this code is not a "ping" in the …

Member Avatar for wonder_laptop
0
189
Member Avatar for shapeshifterx

I am currently designing the product/product variation tables for my e-commerce site. my tables so far are as follows (ive taken columns that arent related to the problem out). PRODUCT(prod_id*, name, desc, price) //product details VARIATION(var_id*, name) //colour, weight, strength etc VARIATIONS(vars_id*, name) //blue, green, 100g, 200g, 5x etc. PRODUCT_VARIATION(prod_var_id*, …

Member Avatar for hooray
0
360
Member Avatar for greekgeek

I am trying to move a website from an other server to one of our servers. I am not familiar with ASP. Teh website is asp and visual basic. The database is mysql. I have imported the database in Mysql server and I have loaded the code to iis6. I …

Member Avatar for SheSaidImaPregy
0
100
Member Avatar for k2k

First of all, i hope the [code] [/code] thing is what i was asked to do to encase the my code. And please help on the set() function. I don't know why the string type in the parenthesis gave me compile error undeclared identifier. thank you. [code=cpp] # include <iostream> …

Member Avatar for twomers
0
129
Member Avatar for sassy14udd

I want a form static box on the page that will link and chg to my poetry links on the side of the page, so that the page wont chg just the box and the choice of the users poem they want to read.... I was googling, but dont really …

Member Avatar for kiwisites
0
123
Member Avatar for k2k

Anyone please take a look at the set() ... i don't know what went wrong that string in the set() gave me compile error saying undeclared identifier, which shouldn't even be a variable [code=c++] # include <iostream> # include <string> # include <fstream> using namespace std; class Name { public: …

Member Avatar for k2k
0
232
Member Avatar for ConfusedMuchMor

I'd like the sender event to stop if the conditions of the if statement are met!! [ICODE] private void Btn_Func(object sender, EventArgs e) { Button thisbutton = sender as Button; if (thisbutton.Text == "-" && lb_Display.Text == "") lb_Display.Text += thisbutton.Text; [B][U]//I want the code to stop here if the …

0
90
Member Avatar for woocha

I have 100's of files that access a field in a mySQL DataBase. I had to change the field name and now I have to update 100's of files. The files read: [CODE]$sql = 'SELECT user_id, username, user_colour, user_birthday FROM '[/CODE] I need it to now read: [CODE]$sql = 'SELECT …

Member Avatar for woocha
0
121
Member Avatar for bob on whidbey

I store in an image in a RES file. Because it is so large, I first convert it from a BMP to a JPG. Then I load the JPG from the RES file, convert it to a BMP, and can now manipulate the image on a pixel by pixel basis. …

Member Avatar for bob on whidbey
0
257
Member Avatar for shil_284

Hi, I am trying to compile a code( which was written and compiled in 1.4) in 1.6. It gives few errors, when i compile in 1.6 for eg: compareTo(java.lang.String) in java.lang.String cannot be applied to (java.lang.Object) if (NatureOfAddress_SidNumber_str.compareTo(vTemp2.elementAt(iLoop)) < 0) Is there anyway i can suppress the warnings so that …

Member Avatar for jwenting
0
92
Member Avatar for 14fg

Hi, I need help with a timetable which must do the following: 1: Input: program name Output: list of core and option modules. 2: Input: module name Output: module leader, activities, credits, when run, constraints 3: Input: activity name Output: room(s) 4: Input room number Output size, condition, available resources …

Member Avatar for Ezzaral
0
126
Member Avatar for OmniX

I have a group of input type="submit" buttons inside a fieldset. I am using javascript to alter the appearance of these input type="submit" buttons when I 'onMouseOver' and 'onMouseOut'. When this happens this changes the size of the fieldset border and expands and shrinks depending on the mouse over/out event. …

Member Avatar for MidiMagic
0
112
Member Avatar for smilyswapna10

Hi, i did uploading a file with using <input type=file> but is it possible to upload file without using<input type=file> i am using PHP as server side language Thanks, swapna

Member Avatar for MidiMagic
0
71
Member Avatar for jmvr_danga_14

Hello! im new here and i have a problem regarding programming. We are required to compute for the distance of a certain city to another city...for example whats the distance of new york to los angeles..then the program will compute its distance... the output of the said program should be …

Member Avatar for WolfPack
0
2K
Member Avatar for fatihpiristine

hello guys... long time not to involve to c#/asp.net so i dont remember so many things. i have problems to adapt log4net to my website to log all the activities.. i checked and tried out so many things but nothing works. i have sample web application from its producer but …

Member Avatar for fatihpiristine
0
121
Member Avatar for Thew

Hi, ahm, I'm trying to make dll that will have 5 simple functions. For example bool GetHTTPResponse(string url, string *buffer); So, my DLL includes curl DLL, that includes 3 anoother libraries. I just created simple function with name GetHTTPResponse, here is the source: { cout << "Test" << endl; return …

Member Avatar for Ancient Dragon
0
144
Member Avatar for Acidburn

Hey guys, I'm lost in terms of how to get 1 thread to stop another thread by changing one of its values. Ie say I've got a JButton which when pressed invokes thread 1. I've also got another JButton which when pressed stops thread 1 from processing. I'm lost since …

Member Avatar for Ezzaral
0
83
Member Avatar for majestic0110

hi all. I have constructed a UI that has two fields. user name password. I am trying to get the password field to echo back user input as ****. any suggestions chaps? have googled to no avail and am a little stuck. cheers

Member Avatar for majestic0110
0
85
Member Avatar for cbattagler

Hello, I am having trouble with the memory size of an array I am using. At the moment I have an array to pointers of objects. These objects get read in from a file and sorted, then a new file is outputted after some filtering is done on the array. …

Member Avatar for cbattagler
0
189
Member Avatar for WhiteHatHacker

I'm only a few days new to C++ and I'm working on a program where I need to give commands and a coresponding function is called. At the moment the code uses the given string and goes through "if string = functionname then..." but I am trying to be more …

Member Avatar for WhiteHatHacker
0
81
Member Avatar for sweRascal

Hi all, I am a novice c++ programmer with php experience and am trying to learn to do some usefull stuff in c++. To learn I try to write a chat client with a mySQL backend and so far it works great. To make it useable I need to get …

Member Avatar for Narue
0
3K
Member Avatar for Corna

I am coding in C#, asp.net 2. I have a radiobuttonlist on my page which applies a rowfilter to a DataView and bind it to a GridView control on each selectedindexchanged event. When I click on the radiobuttonlist only sometimes I get the General Internet Explorer error, and in some …

Member Avatar for SheSaidImaPregy
0
162
Member Avatar for sbv

Hi... I am using FRAME Page in my asp.net 1.0 project. I am Coding in vb.net and used JS also. The problem i am facing is that, when the page opened in Frame has an link to open next page then it opens that page within the same FRAME page …

Member Avatar for SheSaidImaPregy
0
113
Member Avatar for wallconor

Hi, I am having a problem using Dreamweaver CS3 standard recordset paging behavior. It doesn’t seem to work when I pass parameter values from a FORM on my search page, to the recordset on my results page. - Recordset Paging works if no parameters are used in the recordset sql …

Member Avatar for wallconor
0
489

The End.