I am trying to build a website based on PHP and MYSQL. The functionality of the website is exactly like this website which uses ASP but I would like to use PHP:
Link
Basically all the website does is have links such as:
http://www.halloffamedance.com/regionals/regional?id=7
which after you click it, it goes to a template page and fills all the data in.
I'm looking to build a mysql database, make a template page which will be populated by data when the users clicks a URL.
I know this has been asked before and I don't want to waste anyone's time so if someone could post some quick code on this topic, I would appreciate it.
NOTE: I have looked through tons of php-mysql help web pages but none of them have helped much (and it doesn't help that I'm hard headed)
Thanks
Link
Basically all the website does is have links such as:
http://www.halloffamedance.com/regionals/regional?id=7
which after you click it, it goes to a template page and fills all the data in.
I'm looking to build a mysql database, make a template page which will be populated by data when the users clicks a URL.
I know this has been asked before and I don't want to waste anyone's time so if someone could post some quick code on this topic, I would appreciate it.
NOTE: I have looked through tons of php-mysql help web pages but none of them have helped much (and it doesn't help that I'm hard headed)
Thanks