Posted by Hilarion on 10/26/05 17:58
> What reasons can there be that the echo $_SERVER['PHP_SELF']
> (between <?-tags) in the action parameter of a form does not show up
> in the resent html-page?
Are you sure it is:
<?php echo $_SERVER[ 'PHP_SELF' ]; ?>
You may try this somewhere on the page:
<pre>
<?php
print_r( $_SERVER );
?>
</pre>
and check what is there and what is not.
If you do not want to show it to users, then change "<pre>" to "<!--"
and "</pre>" to "-->".
Hilarion
Navigation:
[Reply to this message]
|