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! Quote 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); Quote Link to comment https://forums.phpfreaks.com/topic/263355-update-database-help/#findComment-1349671 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.