| 
	
 | 
 Posted by WhatsPHP on 08/29/06 15:33 
Hi 
 
For some reason, at random posts, the post variables don't get thru to 
the server. For example, if there is are two text fields: name and 
email... (I have register_globals on)... When I try to update the 
database with a query and use $name, $email, the $name is missing or 
the $email is missing. I am building an intranet application and all 
the 20 or so clients run IE. This happens very rarely. Something like 
once in 100 updates. 
 
But I can see this in the log files as update contact set name="", 
email="asda@pol.com" where contact_id=918. Notice the name field is 
blank. I have JS checks in the client side which does not allow blank 
name field.. 
 
Is this an IE random error? How do I get over this? 
 
Weird Stuff
 
  
Navigation:
[Reply to this message] 
 |