RE: [Phplib-users] insert/update
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@if...> - 2002-08-09 19:39:54
|
> it's gotta be something simple and I'm just missing it. > > I gotten phplib installed and running fine. Selects are no > problem, nor > are restricted selects. > > I would think there would be something for doing a simple > insert, Where > phplib would generate the table with blanks beside the > headers ready for > data to be input. > > The same for updates with the ability to select which row I > want to mod. PHPLib is an application framework, not a GUI database client. If you're using MySQL, take a look at phpMyAdmin <http://phpmyadmin.sourceforge.net>. It would be trivial to create what you're describing using PHPLib, but why reinvent the wheel? Layne Weathers Ifworld Inc. |