Forum Moderators: coopster
(THIS CODE IS A SNIPPETT OF 'signup.html'):
<a title="Lite Info" href="(INTERNAL URL)/info.php?description=The lite version is in other words, unregistered.">Lite Info</a>
<a title="Lite Info" href="(INTERNAL URL)/info.php?description=The pro version means it is registered.">Pro Info</a>
(THIS CODE IS A SNIPPETT OF 'info.php'):
Description:<br>
<?php echo $_GET["description"]; ?>
See. I know how to use it, but I can't install it! Really getting on my nerves. One thing that makes me think, I haven't got my own server. But it won't even let me save it. WHY?!
If you have root access you can install it yourself. Installing PHP [google.com]. Otherwise you'll have to do what was already suggested and talk with your administrator.
Also, your test page should contain something very simple otherwise you are more prone to error and less likely to verify correct installation.
Good luck