lilwing Posted August 13, 2007 Share Posted August 13, 2007 hey guys, i am pretty new to php and mysql. i'd like to archive data for my websites. does anyone have any good tutorials? all i really need is a general idea of how to do it. Quote Link to comment https://forums.phpfreaks.com/topic/64688-archiving-with-php-and-mysql/ Share on other sites More sharing options...
micah1701 Posted August 13, 2007 Share Posted August 13, 2007 maybe you could clarify what kind of data you want to "archive"? there are plenty of PHP tutorial here at PHPfreaks http://www.phpfreaks.com/tutorials.php is this data your users are entering? or information you want to collect from them behind the scenes? or are you talking about saving the actual content of your site? ??? Quote Link to comment https://forums.phpfreaks.com/topic/64688-archiving-with-php-and-mysql/#findComment-322573 Share on other sites More sharing options...
lilwing Posted August 13, 2007 Author Share Posted August 13, 2007 it's a news website. the editor will need to be able to login and update the content. as the new content goes up, i want the old content to be archived so that users can search for articles. the content contains images and html text formatting like paragraph tags and bold tags etc. sometimes videos. my layout plan is to basically have one single page, whereas when a person clicks on a link directed to another page on our site, there is a variable whose value changes, and the page is programmed with functions and switches to change accordingly, instead of having a page for everything. and then the content will be called from a mysql database. can that work? man, i feel really overwhelmed. hopefully there is a way to get this done. Quote Link to comment https://forums.phpfreaks.com/topic/64688-archiving-with-php-and-mysql/#findComment-322887 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.