php include problem
Hi, i have a server with apache 2 and now also php 4.3.0 on it.THe strange thing is that php seems to work ok. It nicely processes php tags etc.
But including a tag that was in the URL doesn't work
so if i have http://www.domain.com/test.php?testid=1000
And then i put this in my page <?php echo("$testid"); ?>
But it doesn't print the testid i give it.
Any suggestions where to look for this problem?
Thanks