Re: preg_match Warning on Email

2012-11-03 Thread Chris
;> >> I placed the debug in,... and I'm reading test email in the view,... but >> steel getting an error >> >> >> >> On Friday, November 2, 2012 6:52:42 AM UTC-7, chetan varshney wrote: >> >>> For email validation you should use- >>

Re: preg_match Warning on Email

2012-11-02 Thread euromark
y( >>> 'mustNotEmpty'=>array( >>> 'rule' => 'notEmpty', >>> 'message'=> __('Please enter email'), >>> 'last'=>true), >>>

Re: preg_match Warning on Email

2012-11-02 Thread Chetan Varshney
'rule' => array('email'), >> 'message' => __('Please enter valid email'), >> 'last'=>true) >> ), >> >> and for deep c

Re: preg_match Warning on Email

2012-11-02 Thread Jonathan Sundquist
>> 'rule' => array('email'), >> 'message' => __('Please enter valid email'), >> 'last'=>true) >> ), >> >> and for

Re: preg_match Warning on Email

2012-11-02 Thread Chris
'last'=>true) > ), > > and for deep checking > > 'email'=> array( > 'mustNotEmpty'=>array( > 'rule' => 'notEmpty', >

Re: preg_match Warning on Email

2012-11-02 Thread Chetan Varshney
'last'=>true), 'mustBeEmail'=> array( 'rule' => array('email', true), 'message' => __('Please enter valid email'), &#x

preg_match Warning on Email

2012-11-02 Thread Chris
hi guys,... I'm getting this preg_match Warning on Email issue no matter what I do, can anyone help me please, Warning (2): preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash [APP/controllers/invitations_controller.php, line 83] and this is w