Jump to content

Recommended Posts

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

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.

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.