cjbeck71081 Posted April 23, 2007 Share Posted April 23, 2007 I would like to have my results of an SQL query populate a tabel, which i have already set up and is functioning well. However now i would like to have another page, where the informatino is editable. What do you guys think the best way to set up a table that a user can edit the information in a SQL database without entering PHPmyAdmin? Link to comment https://forums.phpfreaks.com/topic/48213-php-dynamicly-edit-sql/ Share on other sites More sharing options...
trq Posted April 23, 2007 Share Posted April 23, 2007 Run a SELECT query to populate a form with the data. This form then needs to submit to a script which will run an UPDATE query to update the data. Link to comment https://forums.phpfreaks.com/topic/48213-php-dynamicly-edit-sql/#findComment-235687 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.