[SRH] : [Papers] : [Web-Based Data Collection]

Web-Based Data Collection with PHP and MySQL - Questions for Your Server Administrator

Information needed to set up a Web page ("Front End")

How can I upload files? FTP   SSH   Either
URL for uploading files:
user name:
password:
URL for viewing the web site: http://
Is PHP supported? Yes   No
Is MySQL available? Yes   No
Is phpMyAdmin available? Yes   No   (If "no", will he/she install it?)
If the answer to any yes/no question above is "no" then you will not be able to follow the procedures outlined on this site for setting up data collection.

Information needed to set up the database ("Back End")

URL for phpMyAdmin http://
user name:
password:
host used in PHP to access MySQL: localhost   other:
The "host" in the last row above is only necessary if the MySQL server is not the same machine as the Web server. If necessary, this goes in the $server_host variable in the first PHP block of the template.