View Single Post
    #3 (permalink)  
Old 03-28-2008
Codehead's Avatar
Codehead Codehead is offline
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: ASP Contact Form
Darlene,

It seems like your web server supports PHP, but to make sure, open your note pad and put this bit of code in it:
PHP Code:
<?php
   phpinfo
();
?>
Save the file as phpinfo.php and upload it to your server.
It should go in the same folder as index.html.

Then point your browser to it (open it in your browser window) and let me know what you see. (yourwebsite.com/phpinfo.php)

If it does then I have a quick and easy solution for you.
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote