|
Posted by Janwillem Borleffs on 02/11/06 12:41
Amanda H. wrote:
> I got the JS fix I needed earlier, but now I have another problem.
> For some reason, I cannot get my PHP script for style switching to be
> recognized by any browser except Safari, which is ridiculous. I got
> it from http://www.webligo.com/products_styles.php and it has been the
> only PHP style switcher script that has worked thus far for me on any
> browser.
>
> Here is the test site: http://www.amandahenson.com/testsite/
>
I compared the winter and dirty styles, and there's no difference. Perhaps
you are relying on register_globals being enabled, while they are not.
When register_globals are disabled, you should reference $_GET['style']
instead of $style...
JW
[Back to original message]
|