Just moved web hosts and noticed that this:
<?php echo "$f"; ?>
used to work when there was an ?f= in the URL like so:
Now it doesn't at the new host.
I want to echo out "yes" in the HTML.
Any ideas?
TIA.
<?php echo "$f"; ?>
used to work when there was an ?f= in the URL like so:
Now it doesn't at the new host.
I want to echo out "yes" in the HTML.
Any ideas?
TIA.
Comment