My problem is a little obscure, so I didn't really know what exactly to search for.
Anyway, I have written up a template based site, pretty simple. The template files are included, when called, in the central script. The template files, in order to display the different content pages, call functions that display what is needed.
A problem I have found with this is that when I use a form to pass variables on to do something, even just to display it on the ACTION (something like 'script.php?skin=Askin&go=Ainc') page, it won't display anything.
I realize this is probably because it is not an arguement used by the function, but it isn't something which I should be forced to add to the the function's arguments.
Am I missing something? Is there a better way to go about doing this all together?
Thanks,
Cambrian