Summary: This is incredibly frustrating. I have written several scripts but there is something about my latest that just doesn't work. I have stripped it down ...
Summary: Hi, I'm still new to PHP (I've just got over the excitment of how the include statement works, its excellent it really is). Anyway, I need to create a...
Summary: Hello, I have a sub-domain on a free hosting site. It is a team site for another browser based game I play (written in perl if that matters). I hav...
Summary: I want to be able to have php scripts in my webpages, but i cant get things working... e.g. (saved as test.htm): <html> <head> <title>monkey&...
Summary: Can anybody guide me ( do not write the script for me just guide me instead if you ve not time), A php script that will take a list of 1000 to 3000 ke...
Summary: Hi, I'm really needing a php script to upload files into some directory... I need help... thanks... ---------------------- Diego Luces delr_91@...
Summary: hi guys , i ve a problem in running easyphp1.7 . i placed my php scripts in C:\Program Files\EasyPHP1-7\www folder. easy php is already running in my ...
Summary: I would try using: http://www.zenphoto.org/ Real great super simple PHP script for photo galleries. No iframe support as of yet (I don't think) but y...
Summary: Hi Tim, I've just written a simple PHP script, which you can find here: msie.txt It basically checks the user agent string sent by the client for the ...
Summary: When I look at my PHP Info (Which you can look at http://ptrw.com/phpinfo.php) the page continues to flash, and I am guesing it is refreshing, it disp...
Summary: Hi everyone, I've made a little PHP script that reports the five latest posts to the Computing.Net forums. Justin Weber has made a page that you can m...
Summary: Hello I need simple php script to download file from others server to my server. PHP Version is 4.4.4 Filesize upto 2 gb Thanks in Advance ;) ...
Summary: i will answer your question differently looking up natemail in google ... it is a free email processing form php script that has lots of excellent fea...
Summary: I frequently provide my customers with a file listing of their hard drive. Unfortunately, the text files can be rather large and difficult for a non-...
Summary: hai buddy, Have you typed your PHP script using notepad...If it so save it as filename.php and then select file type as "ALL FILES"...... Ev...
Summary: Could any one provide me the RSS2html php script to use in my website. I dont want any third party script. I want a self written script to get my news...
Summary: Titan- Wow you are really ambitious in this post! Good man. As Khalid said, you'll need to learn some kind of server-side scripting to change the hom...
Summary: Here's a simple PHP script that does what you want...As well as has a place to upload a new file. It should be placed in the dir that you want to ind...
Summary: If just made a simple php-script to try and generate as much option-tags within a select-tag with a for-loop. for ($counter = 1; $counter<100000; $...
Summary: If you've got a web host with pretty much any server-side scripting, it is likely that you can make a sendmail/contact form. For example, check out my...
Summary: Hi everyone, I have begun to write a simple script for a guest book as I want to improve my PHP skills a bit. Right now, it's rather simplistic in tha...
Summary: Hello all. I've finally got my photo gallery up and running. I've verified that it does in fact work, but today I noticed a bunch of errors in my syst...
Summary: When you specify variables after a PHP page like that, you're using the GET feature. You can access Page through this: $_GET["Page"]; I would write th...