Re: [PHP] I'm not sure how to do some simple code...

2002-01-26 Thread Philip Olson
Have a look around: http://www.php.net/strip_tags Regarding simple matches, consider: http://uk.php.net/stristr And who knows, maybe you want: http://us.php.net/htmlspecialchars Learn about if/else: http://au.php.net/else Regards, Philip Olson On Fri, 25 Jan 2002, Leif K-Brooks wrot

Re: [PHP] I'm not sure how to do some simple code...

2002-01-25 Thread Mike Maltese
January 25, 2002 8:41 PM Subject: Re: [PHP] I'm not sure how to do some simple code... > > } > > > - Original Message - > From: "Leif K-Brooks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 25, 2002 8:12 PM > Su

Re: [PHP] I'm not sure how to do some simple code...

2002-01-25 Thread Mike Maltese
$mystring = "This is a string with the word script in it"; if(eregi("script",$mystring){ //do something here } - Original Message - From: "Leif K-Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 8:12 PM Subject: [PHP] I'm not sure how to do some si