Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
The following script will tell you about your webserver and its PHP configuration.
Just create a file called phpinfo.php in the main directory of your webserver with the following contents:
Phpinfo provides lots of information, including the version of PHP you are using. You can use this information to ask your hosting provider to upgrade PHP, if required. A PHP version of 4.2.3 or later is good. Anything before that is very old.Code:<?php phpinfo(); ?>
Now, using a browser, open it with http://www.yoursite.com/phpinfo.php
If this doesn't work, try moving phpinfo.php to your CGI directory (e.g. cgi-bin), and use the URL http://www.yoursite.com/cgi-bin/phpinfo.php.
Wherever you get phpinfo.php to work, that's where you need to install formmail.php.
As this provides detailed information about server, you should remove the phpinfo.php file once you've examined the results.
Last edited by russellr; 13-Apr-2004 at 09:45 PM.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks