|
I agree with most of the posters, You really cannot use php to validate text as it is being typed. PHP works in somewhat of an instance. It does not work without refreshing the page. In theory you could do it, but it would require the refreshing of the page, and would also require the data to be submitted and replied, which in my opinion is not secure.
|