twintriode
Technical User
Hello,
Have set up a few simple scripts lately on some new servers and PHP does not appear to be working the same way. I cannot seem to do this anymore:
IN a form
<td><a href=<?php echo $PHP_SELF ?>?id=<?php echo $myrow["id"] ?>&link=yes>Edit</a> </td>
I can no use this URL variable with a simple
if ($link){
Do stuff
}
Can anybody tell me what might be the problem?
Thanks
Have set up a few simple scripts lately on some new servers and PHP does not appear to be working the same way. I cannot seem to do this anymore:
IN a form
<td><a href=<?php echo $PHP_SELF ?>?id=<?php echo $myrow["id"] ?>&link=yes>Edit</a> </td>
I can no use this URL variable with a simple
if ($link){
Do stuff
}
Can anybody tell me what might be the problem?
Thanks