Hello guys , as said in the title , I'm working on a website as a developer using PHP , what I have now is a pop up review form , which appears when the user press a button, the problem is I'm validating it using PHP and when you press on the submit the validation occurs server side as you know and when it loads the page again you have you will find the form is gone , and you have to press that button again to see the result of the validation
like: "please enter a valid email..", is there any way I could press that button automatically if isset($_POST) or something ?
I can provide you with a link of the website if it is allowed , just tell me if you need it.
I need help :\
thanks in advance
like: "please enter a valid email..", is there any way I could press that button automatically if isset($_POST) or something ?
I can provide you with a link of the website if it is allowed , just tell me if you need it.
I need help :\
thanks in advance
Comment