Jump to content

*SOLVED* php capability?


musicdirector

Recommended Posts

Asking your host is the easiest way.

You could create a test script named testit.php with this line in it:
[code]<?php phpinfo (); ?>[/code] (remove the space between phpinfo and the ()

Upload it to your hosting area and then invoke it in your browser at [a href=\"http://your.domainname.com/testit.php\" target=\"_blank\"]http://your.domainname.com/testit.php[/a]

If you see many pages of nicely formatted information, your server supports PHP

Ken
Write the code that Ken suggested. Save it as testit.php. It's a complete, stand-alone php script - it doesn't need to be pasted into a page.

Upload testit.php to the same place on your web site as your index page. Browse to www.yourdomain.com/testit.php
Holy cow! Thanks! I get a page with loads of tables and the heading on the page is "PHP Version 4.4.1" So, I'm thinking that I have PHP installed. Okey dokey...thanks! Now I go back to my other thread and try to figure out why the php calendar script wouldn't show up.
thanks!
md

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.