Ron Piggott wrote:
$subjects = "Delivery Status Notification(Failure)";
Here is my syntax:
if ( stristr( $subjects, "Delivery Status Notifcation(Failure)" ) ) {
Notification is misspelled. Next time copy and paste the comparison
string or use regular expressions to be more safe.
Kind regards
Warren
--
Developer
The University of the Witwatersrand
Email: warren.windvogel@xxxxxxxxxx
Gmail: wwindvogel@xxxxxxxxx
MSN: wwindvogel@xxxxxxxxxxx
Skype: wwindvogel
Tel: +27 11 717 7184
Cell: +27 73 264 6700
Fax2Email: 0862950483
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php