PHP MySQL applications
 WizzyWeb; 4 // PHP PEAR:DB Report
 Home   Get your account now!   Introduction   FAQ   Features   Examples   Getting Started   System Requirements   Support
 Data Entry Form-PHP/MySQL   Data Entry Form-PHP/PEAR:DB
 Report-PHP/MySQL   Report-PHP/PEAR:DB
 Application Hosting   Custom Web Applications   Consulting   R&D   Contact Us  
Don't forget to click the "Refresh" button (if the page does not auto-refresh) when you make changes.
Click on any property name, (e.g., Location) for context-sensitive help.

 Database Report Application

 Location:











Location
Description: Sets the location of an existing database which your database report application will use. You can connect to all popular databases, (e.g., MySQL - mysql, Microsoft SQL Server - mssql, Oracle 6/7/8, oci8, SyBase - sybase, ODBC - odbc, etc.). There is a default demo MySQL database here at wizzyweb.com (localhost) you can use at "mysql://wizzyweb_u1:u12wsx@localhost/wizzyweb_db1" with a database table name "Employees". However, the location can be anywhere on the Internet, enabling you to create reports for your database running on your server from here at wizzyweb.com - just make sure remote access is enabled on your database or you will not be able to connect.

Example: mysql://username:password@yoursite.com/database, mssql://username:password@123.45.6.7/database
Back