V Posted July 9, 2010 Share Posted July 9, 2010 I reached the level in my project where I have to create an admin page where I can edit and delete mysqli data, more specifically posts and pages. I'm not sure how to approach this. Should I do it via forms or use a CRUD application (which I know little about) I saw a few online tutorials but they all vary so much and some are outdated. What is the best solution nowadays? Link to comment https://forums.phpfreaks.com/topic/207288-editing-database-entries-from-website/ Share on other sites More sharing options...
Wolphie Posted July 9, 2010 Share Posted July 9, 2010 I'm unsure as to what you mean? Surely if you have data inside a MySQL database you would use PHP MySQL function to update and manipulate the data within the MySQL database. Link to comment https://forums.phpfreaks.com/topic/207288-editing-database-entries-from-website/#findComment-1083812 Share on other sites More sharing options...
V Posted July 9, 2010 Author Share Posted July 9, 2010 Thanks that's what I use but I'm trying to determien the best solution for editing the mysql data from my website. Link to comment https://forums.phpfreaks.com/topic/207288-editing-database-entries-from-website/#findComment-1083813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.