bgbs Posted June 1, 2010 Share Posted June 1, 2010 Hi, I never done something like this, therefore I'm looking for some information, maybe a tutorial how to create a simple store and retrieve database script. Basically I would need to design a form to store content into database. I need to store simple content -- category, title, description, and author. I would need to create database tables, and retrieve that data. Any help on this subject is appreciative. Thanks Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/ Share on other sites More sharing options...
Pikachu2000 Posted June 1, 2010 Share Posted June 1, 2010 The first thing you should do is learn proper, normalized database design, along with basic query syntax. Once you have a good idea of how that works, you can move on to implementing it in conjunction with PHP. Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/#findComment-1066229 Share on other sites More sharing options...
chmpdog Posted June 1, 2010 Share Posted June 1, 2010 My advice is to find a simple script that uses Mysql and just tinker with it. Thats how I learned. It's pretty simple after you get the hang of it. Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/#findComment-1066267 Share on other sites More sharing options...
bgbs Posted June 1, 2010 Author Share Posted June 1, 2010 Quote My advice is to find a simple script that uses Mysql and just tinker with it. Thats how I learned. It's pretty simple after you get the hang of it. Sounds like a plan, do you know any good simple ones? Thanks Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/#findComment-1066275 Share on other sites More sharing options...
chmpdog Posted June 1, 2010 Share Posted June 1, 2010 a good login script is Jpmaster77's Login script Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/#findComment-1066290 Share on other sites More sharing options...
aeroswat Posted June 1, 2010 Share Posted June 1, 2010 A quick glance at this shows that it might be useful to you http://www.freewebmasterhelp.com/tutorials/phpmysql/3 Although that's assuming you have a background in php. If you are not even familiar with the PHP language then I would recommend you learn the basics at the very least such as variable assigning, loops, arrays, etc. Then move onto SQL query syntax. Good luck to ya and if you have any other questions feel free to ask Link to comment https://forums.phpfreaks.com/topic/203542-how-to-create-store-data-into-database-and-retrieve-it/#findComment-1066298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.