PDA

View Full Version : PHP problem on Deedee?


Terra
05-17-2001, 02:15 PM
I can't replicate the problem... :(

www.b2bquest.net/54ak3j4k/id.php?id=1 (http://www.b2bquest.net/54ak3j4k/id.php?id=1)
**this is on DEEDEE

I tested various values and they all came out fine...

I also tested 3 different servers...

--
Terra
sysAdmin
FutureQuest

[This message has been edited by ccTech (edited 05-17-01@1:15 pm)]

jr
05-17-2001, 02:36 PM
Hmm, I ran my test.php again now and it's saying "1".

So apparently the problem has resolved itself...

jr
05-18-2001, 01:35 AM
Now this is very strange...

Create a file called test.php with these contents:

<?php
echo $id;
?>

Then access this file in your browser using:

test.php?id=1

Instead of printing &quot;1&quot; on the screen it prints &quot;873034719&quot;!

This used to work fine. What happened?

If I change the variable name &quot;id&quot; to something else it seems to work...