Forum Moderators: coopster

Message Too Old, No Replies

No PHP, Tried Installing! Need to Use!

No PHP when tried installing! Need to use PHP! URGENT!

         

CoolJRT2009

3:11 am on Jan 3, 2009 (gmt 0)

10+ Year Member



I know how to use PHP and tried installing it but I don't know how! Please help me. Just for the heck of it, here is my code:

(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?!

vincevincevince

5:00 am on Jan 3, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to ask the server administrator. We can't possibly help you here.

eelixduppy

2:59 pm on Jan 3, 2009 (gmt 0)



Hello and Welcome to WebmasterWorld!

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