Sunday, April 1, 2012

PHP - Creating input file and view file



Creating a file for getting input from users

                Input form (input.php)
1.       insert form
use table as layout
2.       Insert text field (field from database – check field properties)
·         Textfield
·         Charwidth
·         Etc
3.       Insert submit form
Make sure that your dotted red square is only ONE (1 form in a file)
Insert Record
     
   


Creating a file for viewing data in database

View file (view.php)
1.       Create php file

2.       Server recordset



3.       Drag the fields into the view file

4.       Create separator

5.       Create repeat region

Highlight dulu apa yang nak direpeat




ANY PROBLEMS à RECREATE THE TABLE!!!

No comments:

Post a Comment