max1mus Posted July 15, 2008 Share Posted July 15, 2008 Dear all, I need to find a way to change posting time on some of posts on my forum. Is there a way to go directly to the forum database and change posting times on several posts? Kindly advise. Thanks. Link to comment https://forums.phpfreaks.com/topic/114765-manipulating-post-time/ Share on other sites More sharing options...
sader Posted July 15, 2008 Share Posted July 15, 2008 Maybe something like <?php mysql_query("UPDATE table_name SET post_time='2008-07-15 05:28:32' WHERE post_id='1234'"); ?> Link to comment https://forums.phpfreaks.com/topic/114765-manipulating-post-time/#findComment-590100 Share on other sites More sharing options...
max1mus Posted July 15, 2008 Author Share Posted July 15, 2008 Sorry, i am quite novice with php. Can you walk me thru? I am experimenting with phpbb forum, and need to know which file contain the forum posts, etc. Thanks. Link to comment https://forums.phpfreaks.com/topic/114765-manipulating-post-time/#findComment-590102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.