I haven't touched any web programming since ASP was all the rage...and now I've found a reason to get back into things.
I'm looking for the best method-- PHP or not-- to load a different graphic based on a parameter setting; IE, have an Admin page where the 'level' integer can be set, and a public page where that integer setting determines what picture is displayed.
...sounds like I need to just have a database field written to via text box in the admin page, and have the public page read that field as a variable...not sure though. Ideas?