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: hey. My questions is that can a php uploading script[like the one shown below] be used to upload to remote [different] servers, rather than to the one...
Summary: Well, I've got the entire site transferred to a table, everything staying in one place, and it looks 100x better. THANKS!! Now I'm trying to get this...
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: 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've spent a little while making a simple forum which pretty much duplicates the functionality of the Computing.Net forums. It's written using PHP...
Summary: what I mean in Response #1 is basically like this page we're viewing right now. Only posts available, but newest post is on top. There're a lot of gue...
Summary: I need a help in PHP. For example, we have 3 scripts: login.php, validate.php and continue.php (example ok ;). In login.php the user put their user na...
Summary: I know there are lots of PHP scripts out there to use for login aspects of websites for registered users. I want to use one of these for our site with...
Summary: Thanks Alot Mechael It worked perfectly and is much more simple to understand now. Honestly speaking I hardly understood the other script but it worke...
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: hi, you sure the webserver will run PHP correctly? maybe by testing it to run a simple php file: <?php echo 'hello world'; ?> save the above as tes...
Summary: I am creating a php interface to go around a current teamspeak tracking script. Is it possible to ping a host and find all of the ports that are usin...
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'm looking for a php/mysql script thats like "The Names Database" except you don't need to put in other people's e-mail address or pay for the more f...
Summary: There's no reason that putting PHP code there would do anything - assuming it is valid code. Have you verified that the include file is correctly iden...
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: is there a php code that reads a file until it finds a certain word or line of text or something of the sort and is possible to highlight the text for...
Summary: Here is a simple form validation to test if a text box has no value. If the user does not enter something it won't submit. Your call is correct so i...
Summary: right then, i have made a nice email script for my ste, which will be used to email members their registration details, works great, but..... no matte...
Summary: I have this PHP upload script I try and run from IE or Firefox, and I assume any browser. Every time I try and upload a file, it says the folder isn't...
Summary: I have a custom PHP page that is set as the homepage for all the computer's on my network. On that page there is a small iframe with "important info"....