|
To the left is the "Object Selector" and "Property Sheet". Begin by setting Datasource properties, (i.e., Host, Username, etc.) After you set Datasource properties, select the "Master View" object from the object selector drop-down list (where it says "Datasource") to create the "Master View" of your report (the first page the user will see when they click on your script.) After you set properties for the Master View, select "Detail View" and do the same. Continue to set properties of the other objects from the object selector drop-down list for any other views you will need, (e.g., Delete, Update.) Don't forget to click the "Refresh" button (if the page does not auto-refresh) when you make changes. Run and test your application by clicking the "Run" button above. For context-sensitive help, simply click on the property name, (e.g., Host, Username, etc.) You can save your application at anytime by clicking the "Save" button. When you are finished, click the "Code" button to generate native PHP source code for MySQL! | ||||||||||
Host
Example: yoursite.com, 123.456.7.8, localhost, etc.
Example: guest, admin, etc.
Example: guest, secret, etc.
Example: test, Employees, etc.
Description: Sets the location of an existing MySQL database to create a report 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 applications 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.
Back
Username
Description: Sets the Username to use when connecting to an existing MySQL database. The Username for the demo database is "wizzyweb_u1"
Back
Password
Description: Sets the Password to use when connecting to an existing MySQL database. The password for the demo database is "u12wsx"
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.
Back