Try the following:
test.php
<?
echo ($test."<BR>");
?>
Putting the variable inside the quotes treats it as a literal.
Cheers.
Terry wrote:
Guys;
Maybe something wrong with my configuration.
But, I try to set up a parameter to a program.
It doesn't work. Why?
I try on other version. It's no problem.
I try to call the program.
##############
http://yourdomain.com/test.php?test=12345
##############
test.php
<?
echo "$test";
?>
It doesn't work. I wrong ?