Jump to content

[SOLVED] format errors


ngreenwood6

Recommended Posts

I am trying to create some errors for for forms that will be submitted. I need to find out how to make sure the errors are what I want them to be. If someone can provide me with some errors or the way to format the errors it would be very helpful, even a guide or something would be great. I am trying to create errrors for email, phone, etc.

 

Example-this one is for email

(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $Email))

 

I don't quite understand how to make that do what i want to do. If someone can explain that would be great.

 

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/118375-solved-format-errors/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.