Summary: you guys, i'm a total newb to php and i cant for the life of me figure out how to write to a file... :S heres a list of the files i have so far php.ht...
Summary: Why doesn't this work? - I have a simple file (symbols.dat) containing one stock symbol per line. Example: AMD INTC MSFT AAPL I want to take the cont...
Summary: I know html, I dont know PHP. I needed a script to log IP's to a text file, I found a php script that does it. I don't understand HOW to use it. I put...
Summary: here's a simple example script on creating an image which shows visitor's IP... this one create the image from nothing... http://www.allscoop.com/phpc...
Summary: If anyone could help me out that would be great! I try upload files with regular form: "form enctype=multipart/form-data action=upload.php method=post...
Summary: "because of the xml declaration at the top I believe" No, that declaration does not generally direct server settings (assuming a simple PHP/Apache set...
Summary: You should open your php.ini - file (usually in c:\php\php.ini) and make a setting to your SMTP-server. You can search this .ini-file for "[mail funct...
Summary: You need a parser in your php page, which would parse the contents of index.htm of a website and will look for links that are downloadable i.e. .zip, ...
Summary: Yeah, first get rid of the IIS!!!! Install apache...unless you like security holes then be my guest and keep IIS. Also...give my your IP:þ Next, open ...
Summary: how would I go about creating a file that executes a list of programs through a bat file? Could someone just post one on the how to, cuz I'm quite def...
Summary: I am just begining to learn about batch files and am starting out very easy. Is there any way to run a check on a batch file to show where you went wr...
Summary: Im trying to create just a simple file in every directory of the computer containing the words CD somewhere in the title of the directory. I think I'v...
Summary: I have a problem, i want to execute a program with a PHP-script, from commandline i can execute the php script and the program runs, but from a webbro...
Summary: if those php lines're still outputted to the browser then your (hosting) server might not support php OR there's an error in the settings. php is a s...
Summary: Hi there... Not sure if this is even the correct forum, or if there even is a forum for my question, but here I am. Ok...Im wondering if it's possibl...
Summary: I am having problems with my PHP script. After entering login and password information into 2 input boxes from a form and posting the data to a php sc...
Summary: Hi, i have a php script that is supposed to check for duplicate values in a txt/delimited file. I run the script from console (i have the php.exe and...
Summary: You are running the webserver (with PHP enabled) at home? Then make sure you have set the SMTP-server in the php.ini - file correctly. You can use the...
Summary: Greetz everyone. I've been away from C++ a while and now wonder how to do simple file i/o encryption. Doesnt need to be fancy. Could be as simple as c...
Summary: if you're using php 4.0/+ then use for POST method $variable_name = $HTTP_POST_VARS("name"); $variable_email = $HTTP_POST_VARS("email"); for GET metho...
Summary: Hello all, I'm working on a simple file editor using the C++ Win32 API. Most of it is from an example, but I've set up some things to my specification...
Summary: I am setting up a webmail page. So people can access their mail from their home computers without using an email client. Right now I am working on t...
Summary: Hi I have got most of my code done with this one project and I keep fixing my errors or problems without posting/asking for help but this one I have n...
Summary: Hi, I've write a simple file to get input from cmd. Ex: test.bat if I call C:\>test The program should ask "Please enter your name:" Ater that it show...