ngreenwood6 Posted August 6, 2008 Share Posted August 6, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/118375-solved-format-errors/ Share on other sites More sharing options...
DarkWater Posted August 6, 2008 Share Posted August 6, 2008 It's called a regular expression (aka "regex"). Google it, there are plenty of guides. Quote Link to comment https://forums.phpfreaks.com/topic/118375-solved-format-errors/#findComment-609210 Share on other sites More sharing options...
ngreenwood6 Posted August 6, 2008 Author Share Posted August 6, 2008 Thanks for the reply. Its helpful to know the terms. Got some good stuff googling. Quote Link to comment https://forums.phpfreaks.com/topic/118375-solved-format-errors/#findComment-609219 Share on other sites More sharing options...
Bendude14 Posted August 6, 2008 Share Posted August 6, 2008 see here http://www.phpfreaks.com/forums/index.php/topic,96280.0.html Quote Link to comment https://forums.phpfreaks.com/topic/118375-solved-format-errors/#findComment-609222 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.