Web Hosting Talk







View Full Version : PHP Auction


TheComputerGuy
02-16-2001, 10:48 PM
phpauction.org

PHP is involved here..

http://www.saucegal.com/phpauction/index.php3

I have tried to figure what is wrong with it, if you use this before, please Please PLEASE let me know, i truly need your help.
PHP has never been my strong point, or weak one at that.

Thanks in advance,

Chris

Travis
02-16-2001, 11:35 PM
I'd have to look at the source to tell you precisely what to fix, but I can tell you generally what's wrong.

If you use any PHP functions that require outputting HTTP headers, like cookies, session management, etc., those commands have to run before *anything* is output from the script or the web page. Basically, you need to take care of it at the very top of the script.

If that isn't specific enough to help you solve the problem, let me know.

Félix C.Courtemanche
02-17-2001, 02:24 AM
There seems to be a carriage return output before any cookies or header was sent. Look in the named file for spaces before <?, etc... if it does not work, try re-uploading the file in text (ASCII) mode.

TheComputerGuy
02-18-2001, 08:50 AM
I am very new to PHP, so I will try, both comments.

Fiber
02-18-2001, 09:58 AM
PHP r00ls.

ALL YOUR BASE ARE BELONG TO US!!?!?!

TheComputerGuy
02-18-2001, 11:12 AM
Say what???