Database
dbforms.txt
Associated article: DB Forms: PHP, MySQL, and PHPLIB
Tags: Database Open Source
Published source code accompanying the article by Darryl Ross and Con Zymaris in which they use the PHP server-side scripting engine, MySQL database engine, and PHPLIB class framework to build DB Forms, a reusable database framework for writing web applications. Also see DBFORMS.ZIP.
DB Forms: PHP, MySQL, and PHPLIB by Darryl Ross and Con Zymaris Example 1: (a) mysql -u <user with create table privileges> <database> < <sql file> e.g. mysql -u root test < example.sql (...


