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! Quote 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? Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/53352-data-validation-on-server/#findComment-263685 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.