Choose your language


Home How to Download


  1. Edit the pref.inc.php3 file (this file contains the name of the differents files that MPP Builder will build, and the name of the directory that will contains the admin file (add, modify, delete files))
  2. Download the mppbuilder directory on your web server (you can rename it if you want)
  3. Fill the form with your MySQL database connexion parameters
  4. Select the table that will be used for the build pages
  5. Select the pages that you want MPP Builder to build for you :
    1. Search : search form for the selected database table - for each selected field choose its input format : text field, checkbox, radio button, select input, for these two last you will have to fill 2 fields  : 
      1. the value of the field when it is checked or selected
      2. the text that will be printed for the selected value, only the value will be send on a submit.
    2. Search list result : select the fields that will be printed and select too the field that will be a link to the detail page.
    3. Detail page : print the selected fields.
    4. Add : select the fields that will add new datas for each selected field choose its input format : text field, checkbox, radio button, select input, for these two last you will have to fill 2 fields  : 
      1. the value of the field when it is checked or selected
      2. the text that will be printed for the selected value, only the value will be send on a submit.
    5. Modify : the modify page is fact two pages in one :
      1. the page that will have the list of all the datas that can be modificated - for this page you will have to select the field that will be printed and the field that will allow to select the correct line to be modificated (I suggest you to select a unique field)
      2. the page that will have the datas to be modificated, so select the fields that correspond to these datas, for each selected field choose its input format : text field, checkbox, radio button, select input, for these two last you will have to fill 2 fields  : 
        1. the value of the field when it is checked or selected
        2. the text that will be printed for the selected value, only the value will be send on a submit.
    6. Deletethe page will have the list of all the datas that can be deleted - for this page you will have to select the field that will be printed and the field that will allow to select the correct line to be deleted.
  6. The PHP3 files will be build and store in a directory that will have the same name that selected database table.
  7. Download by FTP all this directory to get all the files.
  8. In case of error, just delete the created directory. Actually there is no way to recover all your selected choices.