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 Quote 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] Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.