The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I've just formated my Hard Drive, and installed all the things I have to run a Server on my machine, for testing sites and scripts, etc.
The problem now is PHP doesn't pass Variabes from page to page, so submiting forms or adding them onto the ends of addresses doesn't work anymore, and I'd like to know what I have to change to allow this to work again.
I know it's something in the PHP.ini file, but I can't remember which item I'm supposed to alter in order to make the Variables work.
Thanks in advance for anyone who can jog my memory :)
$Results = mysql_query("SELECT * FROM Error-Log", $Connection) or print "Error for Results.";
Every time, I get the Error message rather than the actual connection
As far as I can see, it's correct syntax. Any ideas?
I just manically chuckle.
;-)
It means you get to correct (and laugh) at my stupid mistakes :)
> Do you know how to detect a carrage return is in the sent data, so I
> can replace it with a
You mean something like
$data=ereg_replace("\n","
",$data); ?
Just one more question though, if you don't mind :)
Do you know how to detect a carrage return is in the sent data, so I can replace it with a
or
tag in the file, so once it is displayed, the carrage returns remain (Like they do in this Forum).