Brad Barnhills Virtual Dyno
Moderator: Matt
-
- Posts: 108
- Joined: Sun Feb 14, 2010 10:02 am
Re: Brad Barnhills Virtual Dyno
Nice teamwork guys
Re: Brad Barnhills Virtual Dyno
awesome sauce ... want to send me the php file so I can send it to the webserver to test if it is supported? I did look at the website sales page and it says PHP5 is included so we should be good.djstatic wrote:Cool, so I'll work on validation, dropdown lists etc.
Re: Brad Barnhills Virtual Dyno
I'll zip it up and email it tonight.
To test php, just upload the php file in this zip (http://yourwebsite.com/test.php). The code inside is simply:
To test php, just upload the php file in this zip (http://yourwebsite.com/test.php). The code inside is simply:
Code: Select all
<?
echo "php works!";
?>