[PHP] Re: iphone php

2012-03-05 Thread Jim Giner
Solution!

Found this post from last Fall.  Didn't experience the problem because my 
appl is a NASCAR one and the season ended before this problem was created, 
apparently by an Apple update on my phone.

Here's a link to the story: 
https://discussions.apple.com/thread/3408352?tstart=0

To summarize - apparently ios 5.0 changed how the number attribute works on 
an input tag.  Now it sees any input using that feature as a purely numeric 
field which in my case causes my date entry to be truncated once the first 
slash was hit.  Now that I'm using my appl with the start of the new season, 
I'm running into it.

Thanks for all the interest and help. 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: iphone php

2012-03-05 Thread Shawn McKenzie
On 03/05/2012 11:16 AM, Jim Giner wrote:
 An appl that has been working fine for a year now and fine up through last 
 week, suddenly is not working on my iphone.  The only differences between 
 using it on a pc, ipad or iphone are for font sizes and such (handled by JS) 
 so I'm puzzled as to what is going on.  I do the same exact thing on each of 
 these 3 devices and the iphone fails.  The specifics are : I'm entering a 
 date into an input field and php is supposed to retrieve it and display a 
 record that is retrieved using that input.  The iphone for some reason is 
 not getting my input (passed via POST) correctly, yet it's the same script 
 being run for each device.
 
 Trying not to paranoid, but does anyone think that Apple could have done 
 something to my iphone in the last few days? 
 
 

After one of my i[phone software updates, javascript in safari was
turned off.  I know I didn't do it and js had been working great.
Something to check.
-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php