How to stop php to execute after getting a false as return in js – SEO
I have a validator for phone no with js and it is working fine but eve after getting false as return the php code gets executed. how to stop it from executing. This is my js function function phonenumber(inputtxt){ var…