Jump to content

Looking for help


thebusiness

Recommended Posts

You'll need to run yourself through a few basic tutorials on selecting, updating and inserting records first. Familiarize yourself with how this is done and you'll have more of an idea on how to go about your task. It's hard to provide a straight out guide without writing a specific guide tailored to your needs which is essentially writing the code for you.

 

You may like to try here: http://www.codingforums.com/showthread.php?t=46916

Although that tutorial is a fair few years old and is quite out-dated but gives you the idea.

 

http://www.visualdesigncore.com/tutorials/PHP-MySQL/PHP-News-System/

Another older tutorial, again good for checking out some ideas.

Link to comment
Share on other sites

  • 3 weeks later...

i can script that for ya, but you're not gonna learn  ;D

I can describe the logic to you and you can put it into ph/mysql code... and i'll help you along the way  :D

1) make connection to the database

2) use mysql_query to select and grab the data from the database

3) use mysql_fetch_array to put the data into the array

4) echo the array one by one

then follow all the step by number 2, you do update or insert into statement instead of select

And I strong recomment this book: head first php mysql on O'reilly site

i promise you'll love the book :)

Link to comment
Share on other sites

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.