hi guys,
may be a simple solution for this.. but i have been messing up..
i want to display the error on the page after i submit the page..
In other words
i am making a registration form with username and password. i am checking it with js/ajax but i also want to check it at server side in php. Now i want the errors should appear exactly on the same page.. is it possible with php ?
caise in JS we can do it using <div. (correct me if i am wrong).
Please help me
thanks for ur time :)
may be a simple solution for this.. but i have been messing up..
i want to display the error on the page after i submit the page..
In other words
i am making a registration form with username and password. i am checking it with js/ajax but i also want to check it at server side in php. Now i want the errors should appear exactly on the same page.. is it possible with php ?
caise in JS we can do it using <div. (correct me if i am wrong).
Please help me
thanks for ur time :)
Comment