ziggie216
10-31-2003, 04:40 AM
I just setup my server and was testing a very simple script
filename: test.php
<?php
echo $repeat;
?>
when I go to http://something.com/test.php?repeat=testing
nothing shows.
I uploaded this file to a web host and it works. is there something I need to configure in the php.ini to get this to work?
filename: test.php
<?php
echo $repeat;
?>
when I go to http://something.com/test.php?repeat=testing
nothing shows.
I uploaded this file to a web host and it works. is there something I need to configure in the php.ini to get this to work?