Sharat Hegde wrote:
> I am trying to validate the email address in my PHP program using the
This is the list for "Developing PHP", not "Development with PHP". You
should ask your question on the [EMAIL PROTECTED] list.
--
sebastian bergmann[EMAIL PROTECTED]
Hello,
I am trying to validate the email address in my PHP program using the ereg
function. I have different combinations of regular expressions to get the
chunks of the email substring before and after the @ symbol and the dot (.)
character. However, this does not seem to work.
Can anyone sugge