Search code examples
jquerydatabasecallbackjquery-callback

Looking for jquery database search and retrieve solution


I'm a complete noob, but I'm looking to find a solution to pass onto my developers that does something like this:

http://www.madonnacrusaders.com/hallOfFame.php

OR

http://www.yoteathletics.com/hof.aspx?&tab=0

Basically fill a database with specific attributes (awards, years, sport) and have a specific html biography called.

Any help would be greatly appreciated!

~ Nick


Solution

  • These websites doesn't use jquery to request their database, but rather, use the php language. So, I think you will have to learn how to request a database with this language, using PDO (begining with this page and, after, this) or mysql (begining with this page and, after, this).