Okay I am completely new to PHP for the most part, but I have an idea to implement on my site and ideas how to do it but syntax and commands are not my strongpoint, and my apologies in advance if this is supposed to go on the newbie page.
My idea: to have multiple skins for my site (two is all i really need) which will be handled by a variable of the skin name (such as pinktheme) being inserted as a subdirectory to all my images and css files, ect. So whereas before I would need multiple indexes now I only need one, and depending on what the user chooses then it inserts a different subdirectory where I choose but putting a print statement there that will print the directory name within the HTML. My problem is I want an index page that loads the first time just displaying two choices, which are the two skins, and whatever you click on passes the variable name to the server and it reloads the index file except this time not displaying the choices but the actual content instead. So help would be greatly appreciated, either here or over AIM if you have the time. Thanks in advance.