PHP MySQL
 WizzyWeb; 4 // PHP PEAR:DB Data Entry Applications
 Home   Get your account now!   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, Table, etc.) for context-sensitive help.

 Properties

 Location:
 Table:

 Form
 EmployeeID
 EmployeeFirstName
 EmployeeLastName
 EmployeeOffice
 EmployeeDepartment
 EmployeeEmailAddress
 EmployeeExtension
 EmployeeTitle
 PriceTest











Location
Description: Sets the location of an existing database to create a database entry application from. By default it is set to "mysql://wizzyweb_u1:u12wsx@localhost/wizzyweb_db1" to access the demo database here at wizzyweb.com (localhost). However, the location can be anywhere on the Internet, enabling you to create Web applications 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. 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: mysql://username:password@yoursite.com/database,  mssql://username:password@123.45.6.7/database
Back











Table
Description: Sets the name of an existing database table in the datasource to create a database entry application from. There is a demo MySQL database you can use at "mysql://wizzyweb_u1:u12wsx@localhost/wizzyweb_db1" with a database table name "Employees."

Example: Employees, Products, Contacts, etc.
Back