I have just started using php. I am trying to pass a parameter from one
page to another via a url ie:
www.mysite.com/myphp.php?param=string
I am then checking the variable in the requested program, however, it isn't
working. I try to evaluate its value in a if statement ie:
if($param
I have just installed php. I am new to php. I have read several items(ie.
books, online documentation). I have seen references to a variable called
$PHP_SELF. I have tried to use it in a form, but to no avail.
Here is a line of code where I have used it:
?form=yes method="post">
However, wh