Archive for January, 2008

Common validation regular expressions

Tagged: PHP, Programming Date: 24th, January 2008

All regular expressions are tested with php function eregi
Validate E-Mail, Validate URL and Validate Date/Time.

  • Leave Comment
  • Read Comments (2)

In my Javascript I keep getting “submit is not a function”. What did I do?

Tagged: Something Else Date: 11th, January 2008

If you have a Javascript function, doing some form validation for example, and at the end, it will submit the form, and it suddenly stops working, throwing up an error message in the console box that reads “submit is not a function” then you have probably mis-named one of your form fields.
The most common being [...]

  • Leave Comment
  • Read Comments (0)