For some reason, my hosted site does not recognize my __autoload function in php. This is obviously causing issues. I tried to var_dump(spl_autoload_functions()) to get a list of registered autoload functions, but this was undefined. It all works fine in my dev environment. PHP versions are similar....
Hi all, I need a little help. I have a little form with a captcha image to prevent abuse. It's not working properly. The password is generated just fine, and the captcha image is displayed just fine, but when I go to check the password against the response there is nothing in the $_SESSION["pas...
Sorry for making so many posts, but I think Ihave it figured out except for this one thing Parse error: parse error, unexpected $ in /htdocs/site/terminal.php on line 35 Line 35 is blank. I read up on this on the internet and apparently this is due to a file corruption on upload. I'm uploading it vi...
Before I start rambling, I'm running an OpenBSD web server using Apache and PHP 4. All I want is a login system where the users type in any name they want and a pre-specified password in "index.php" and it takes them to "terminal.php" and uses their user name that they specified ...
Apache
PHP5 (and 4)
Trustix Linux (and OpenBSD)
Safemod off
phpinfo(); works perfectly
I've tried three different PHP scripts on two different versions of PHP and two different operating systems. No matter what, my PHP scripts return a blank page. Do you have any ideas?
It's completely blank. But when I go to "view source", it says: <html><body></body></html> When it should say: <?php system("uptime"); system("uname -a"); <BR> system("free -m"); <BR> system("df -h"); <BR> system("cat /proc/cpuinfo | grep \"...