/////////////////////////////////////////////////////////////////////////////// //ezdb was designed when i found out it was boring and frustrating to write // //lot of simple forms and sql insert scripts for the projects i was involved.// //this automates 50percent of the job. // // // //the code was initially a hack from DATAMAN a one script database/table // //management script. EZDB separates the task and gives output in files // // // //what it does not do as of now // //* input validation, primary key, unique key or autoincrement constrains. // //* creates only textboxes no checkbox/radiobutton/password/textarea but they// // are under wishlist expect sometime soon in may2002 // //* mysql only, evaluating ADODB(php.weblogs.com/adodb) for all database // // support // // // //usage // //first edit config.inc(at both root directory and /output directory) // // to include your database location,username, password // // // //second run dbtable.php in browser(javascript capable) // // // //next select database from dropdown list(using javascript onchange() // // function form would be submitted) // // // //next select table from dropdown list(using javascript onchange() // // function form would be submitted) // // // //next table information would be presented with two links // // create form and create insert script // // // //next once you click on each a new browser window will be opened with // // HTML or SQL coding that is generated. // // // //next two files will be created in /output folder with tablename // // (_form.php and _insertscript.php) // // // //next copy the script along with config.inc into any location and this // // script will help in adding values into the table easily // // // //next you can edit/customise the php form and insert script generated // /////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // Hello folks // // // // I am releasing this code under GPL, i will be further devloping the code // // if anyone wants to be part of the project please apply at // // http://sourceforge.net/projects/ezdb // // // // If you dont believe in GPL, or you want me to customise it to your // // requirement or you want to have regular/continuous support for your // // system, or you want to devlop a commercial port of this project and want // // to make me a offer (or want ot hear me sweet voice for that matter) // // please call me at my mobile 91-98421-36974(india ISD Code-my mobile // // number) // // // // // // please bear with my coding sorry for not enough documention i never // // thought anyone else will ever would read my code. I promise by version 1// // doc and coding style would be reasonalbly appreciable :) // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // I would love to hear from you, your story of implementation of the // // project, any suggestions, any IP/domain where it s implemented for me // // if you have done any modification which you have done and want me to // // include in the next version // // // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // // I am not very rich, if someone wants to make any donation for support of // // this project you are welcome, you have no obligation/compulsion for using// // this software. i forgot to tell i love stamp collection(philately) // // you can send me stamps, coins, greetings, your photos // // A.SENTHIL NAYAGAM // // 23 & 24,2ND FLOOR,SIVASKTHI SHOPPING COMPLEX // // 24, S.N. HIGH ROAD,TIRUNELVELI // // TAMIL NADU STATE // // INDIA-627001 // // mail me at:nellainet@yahoo.com // // // // A little more about me, i am Senthil(my name pronounced sen-dhil), age 25// // Live in india(down south at a place called Tirunelveli 500km south of // // madras now called chennai) // // maybe getting married soon(arranged marriage) // // my parents are looking for a suitable bride for me // // i love india, world, wild life, php, family, friends, movies but not // // in that order ;) // //////////////////////////////////////////////////////////////////////////////