PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If you want to change the include() arguments on the page you are currently displaying, you can't, since by the time you see the page, PHP is done with it's processing for that page on the server, so you're viewing the finished page in your browser, the client.
You can simulate it by having the page post back to itself when you select a color, passing the selected value.
Last edited by phpPete on Sun Sep 22, 2002 7:11 am, edited 1 time in total.