Hello
I am new into PHP and i was wondering if there is a way to do validation using PHP without sending the data back to the server. I mean like how java script does it. It checks the data before it goes to the server. I wanna reduce server traffic.
So can anyone tell if that is possible?
Thanks