I agree with your supposition. The problem is that the variable is
passed in one instance with FF and not with IE. Thus my quandary.
Here's the form html:
<div id="switch-theme">
<form action="" method="post">
<label>Flip It!</label>
<input name="style" type="image" src="images/switch-button-grey.gif"
title="Default Theme" id="style1" value="default" />
<input name="style" type="image" src="himages/switch-button-
default.gif" title="Alternate Theme" id="style2" value="alternate" />
</form>
</div>
Any thoughts?
On Dec 31, 2008, at 11:27 AM, ceo@xxxxxxxxx wrote:
Whatever is SENDING the request data is broken, almost for sure.
PHP doesn't *do* much to the HTTP Request data except urldecode it
for you.
There's not much that can go wrong there.
If your theme switcher, presumably in JS, isn't sending the data
properly, there's not much PHP can do about it.
"If the quarterback throws the ball nowhere near the receiver, don't
blame the receiver."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php