Search results

  1. M

    PhP - MySQL validation error?

    Hi, I got some pointers last night on how to improve a MySQL query I was trying to execute, and the idea is that I am trying to validate an email field. Firstly if the email does not match a regex expression the statement "Please enter a valid email address." is displayed. Secondly if it passes...
  2. M

    PhP - MySQL query error?

    Hi, Here is a snippet of code from a form I have. I am trying to validate an email address field, the validation all goes through just fine, as far as the regex expression I am using is concerned and if an unmatching or invalid email address is entered, the statment "Please enter a valid email...
Back
Top