Posted by aeg on 10/19/06 07:37
affiliateian@gmail.com wrote:
> Just moved web hosts and noticed that this:
>
> <?php echo "$f"; ?>
>
> used to work when there was an ?f= in the URL like so:
> http://www.mydomain.com/index.html?f=yes
>
> Now it doesn't at the new host.
>
> I want to echo out "yes" in the HTML.
>
> Any ideas?
>
> TIA.
Just at tip, for security reasons you may want to addslashes ie
addslashes($_GET['f]) else people could inject into your site.
Navigation:
[Reply to this message]
|