WizzyWeb; 5 // PHP MySQL Data Entry Application
 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
 Database as a Service   Application Hosting   Custom Web Applications   Consulting   R&D   Contact Us  



 Host:
 Username:
 Password:
 Database:
 Table:
To the left is the Object Selector (the drop-down list box). Below the Object Selector is the Property Sheet. Start by entering your database server information. If you are not sure what to enter, you can get context-sensitive help for every property in WizzyWeb by simply clicking on the property name, (e.g., Host, Username, Control, Label, etc.). Below the Property Sheet is the Application Preview (you may have to scroll down to see it). Create an entire application by simply selecting objects and setting properties! Don't forget to click the "Refresh" button when you make changes (if the page does not auto-refresh). Run your application at anytime to test it by clicking the "Run" button above. You can save your application as an XML file (full fidelity) at anytime by clicking the "Save" button.

 Form
 DB Error: connect faile











Host
Description: Sets the location of an existing MySQL database to create a database entry application from. You can set it to "localhost" to access the demo database here at wizzyweb.com. However, the location can be anywhere on the Internet enabling you to create a database entry application from any MySQL database in world live over the Internet as long as remote access is enabled on your database or you will not be able to connect. Specifically, you need to have either www.wizzyweb.com or 66.59.64.116 (the wizzyweb.com IP address) entered as an "Access Host". You also need "SELECT" privileges enabled for the user you connect as. If you are not sure how to do this, ask your system administrator or Web hosting company. Once you set all the datasource properties and click the "Refresh" button (don't forget to click it!), WizzyWeb will connect to the database live over the Net and extract the fields names in the table, making them available in the Object Selector drop-down list. You will then be able to set the Properties for each field, (e.g., Text Box, Check Box, Size, Required, etc.)

Example: www.yoursite.com, 123.45.6.7
Back











Username
Description: Sets the Username to use when connecting to an existing MySQL database. The Username for the demo database is "wizzyweb_u1"

Example: guest, admin, etc.
Back











Password
Description: Sets the Password to use when connecting to an existing MySQL database. The password for the demo database is "u12wsx"

Example: guest, secret, etc.
Back











Database
Description: Sets the Database name to use when connecting to an existing MySQL database server. There is a demo database named "wizzyweb_db1" you can connect to.

Example: test, Employees, etc.
Back











Table
Description: Sets the Table name to use when connecting to an existing MySQL database. There is a demo table named "Employees" you can connect to.

Example: Employees, Products, Contacts, etc.
Back