BillyBoB Posted July 14, 2006 Share Posted July 14, 2006 i am currently working on my site. more specificly the edit profile page i need to make it change the data in the table to what the user enters via $_POST Link to comment https://forums.phpfreaks.com/topic/14556-how-to-change-the-data-in-a-table/ Share on other sites More sharing options...
BillyBoB Posted July 14, 2006 Author Share Posted July 14, 2006 i figured it out for anybody wanting to know its [code]<?php$query = mysql_query("UPDATE table_name SET table_row = 'info' ") ?>[/code] Link to comment https://forums.phpfreaks.com/topic/14556-how-to-change-the-data-in-a-table/#findComment-57765 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.