Help for this page

Select Code to Download


  1. or download this
    {
      ask('databasetype','Database type?','mysql');
    ...
        redo;
      }
    }
    
  2. or download this
    {
      ask('databasetype','Database type?','mysql');
    ...
      return 0;
    }