SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: SleePy on May 16, 2007, 03:32 AM

Title: PasteBin - 1179286351
Post by: SleePy on May 16, 2007, 03:32 AM
<php
$prep = 'this is findme';

if(stripos($prep, "findme") !== FALSE)
echo 'FOUND IT!';
else
echo 'Can\'T Find It';
?>