Jump to content

Please help me!


ming-ming

Recommended Posts

Please give an idea how to do this. I have an assignment in which I need to create a method for storing an ordered list of 2 million books in a database. Example data: Book A(blue)->Book B(red)->Book E(blue)->Book C(red)->Book D(blue)

 

The books need to be queried by color and returned in order. Example: "show all blue books" should return books A,E,D

And also books need to be moved often. For example, Book C could be moved before Book B.

 

I just don't know how to start. I'm a rookie in using PHP, please help me  :'(. Thank you so much for your time!

 

Link to comment
https://forums.phpfreaks.com/topic/265343-please-help-me/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.