Jump to content

siddharthjhala

New Members
  • Posts

    2
  • Joined

  • Last visited

siddharthjhala's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. yes that is the error I am facing!
  2. Hi fellow geeks I need some help in creating my first website. I am stuck with email validation, I have checked plenty of links from google but I am just not able to get through with email validation. I would be greatful if you can help me with it. This is the code where I am facing issues.. if(preg_match('/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/',$eml)) { die("invalid email address"); $flag=false; } now whenever I try inserting a valid email address, it pops up an error as: Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in C:\xampp\htdocs\cms_xhtml\customerinsert.php on line 159 please give me a solution to this issue or give me some other email validation code which can replace the above mentioned code. Thank you again, gracias
  3. just signed up and checked this introduction thingy... well I am just a beginner at coding... facing some issues in creating a website so will use your help ... will be nice to share help with you all experts..
×
×
  • 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.