*/ ?>
Download sample scripts

You can download here all scripts described in the HOWTO pages(*).

Warning: these scripts are an explanatory demo to help you understand how to build your first interactive apps step by step. If you want to run these functionalities in production, please download the scripts of the "downloadable modules" section, they are more complete and ways safer (especially for DB access: the "explanatory" scripts make use of deprecated mysql_* functions, to insure a larger compatibility; the "modules" scripts take advantage of the PDO library).

Download:   sample_scripts.zip

(*) The scripts available for download are not exactly the same as the ones built step by step in the HOWTOs, especially because a script described in one HOWTO might be modified / completed in another HOWTO to integrate some newly explained functionality.
For example, the "dynamic lists" HOWTO creates a simple list of articles, where the "User sessions" HOWTO adds a "quantity in shopping cart" info, which induces changes both in PHP code and SQL queries.

These scripts are not supposed to be neither perfectly written nor strictly academic. Their only purpose is to help you understand how you can get the best out of MVSAppMobile possibilities. That's why they are written as simply as possible, focusing on their subject without loosing a line on secondary details, except for a very light touch of MySQL exception handling. They are just a starting base for your own developpments. We decline any liability in connection with any kind of damage resulting of the use of these scripts.