Quote:
Originally Posted by andrei155
If I use jQuery will I still be using a MySQL DB? Would anyone mind pointing me in the right direction?
|
You need to store that information permanently right? then you need either to use files or db to store permanent information
jQuery is just a way for making site responsive without need to press submit button or refresh the page. like dynamically changing information in the page.
check this page for some info about jquery
http://docs.jquery.com/How_jQuery_Works
Since you don't know about jQuery yet, my suggestion is to make it using static html then if you like you can change it later to use jQuery.
|