Is there is any easy way to do the Server side validation in PHP without using the Server side script?
Is there is any options to do the Validations as in .NET by using validation controls?
There is a need to validate it by using several if statements in PHP at server side.
Give my a finer solution to validate them easily.
Is there is any options to do the Validations as in .NET by using validation controls?
There is a need to validate it by using several if statements in PHP at server side.
Give my a finer solution to validate them easily.
Comment