computermax2328 Posted May 29, 2012 Share Posted May 29, 2012 So I am a HUGE NOOB to PHP! Can anyone make a suggestion about how to grab an entry ID from a database and work with it in an update form? Thanks! Link to comment https://forums.phpfreaks.com/topic/263355-update-database-help/ Share on other sites More sharing options...
livethedead Posted May 29, 2012 Share Posted May 29, 2012 Write a query to and store the data. $query_string = ""; $data = mysql_query($query_string); Link to comment https://forums.phpfreaks.com/topic/263355-update-database-help/#findComment-1349671 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.