How do I use PHP scripts?
Posted by Daniel on April 21, 2006
PHP scripts are fully supported. PHP scripts may be placed and executed in any folder within your public_html directory. Please refer to the script's documentation for proper file permission and install procedures.
One of the best resources for locating PHP scripts is at: http://www.hotscripts.com
-
All CGI scripts must be placed in your cgi-bin directory. The cgi-bin folder is located in your public_html directory (e.g. public_html/cgi-bin)....
(No rating)
April 21, 2006
Views: 2086
-
The following paths are commonly needed by scripts.
Path to perl:
/usr/bin/perl
Path to sendmail:
/usr/sbin/sendmail
CGI...




April 21, 2006
Views: 3532
-
Most scripts need to know four things about your database: the database name, database username, password, and hostname.
Database Name
The...
(No rating)
April 22, 2006
Views: 1841
There are no comments yet...Kick things off by adding a comment →