rameshfaj Posted May 29, 2007 Share Posted May 29, 2007 What I have done is that the user entered info is validated in comparision to that stored in the database.(may be username or password etc).When the server sees that some of the entered data are incorrect it displays some error messages and maintains the user entered data in the textfields as well. But what the problem here is that the user entered data after the "tab" or "whitespace" is trimmed automatically. For ex: Good Boy will be maintained as Good only. What might be the reason behind it! Link to comment https://forums.phpfreaks.com/topic/53352-data-validation-on-server/ Share on other sites More sharing options...
dustinnoe Posted May 29, 2007 Share Posted May 29, 2007 Can we see some code? Link to comment https://forums.phpfreaks.com/topic/53352-data-validation-on-server/#findComment-263673 Share on other sites More sharing options...
trq Posted May 29, 2007 Share Posted May 29, 2007 What might be the reason behind it! More than likely a simple matter of invalid html. Are your form values surrounded by quotes? Link to comment https://forums.phpfreaks.com/topic/53352-data-validation-on-server/#findComment-263685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.