• I’m currently having issues with validating a form, the client side is working fine the issue is server side using:

    if(empty($_POST['submit']) || count($error_ar)>0) {

    Is there a known issue for this, if so is there a work around?

    ta

  • The topic ‘Issue with $_POST on validate form’ is closed to new replies.