View Single Post
Old 01-06-2010, 02:30 AM   #3 (permalink)
CΛSTΞX
The Acquainted
 
Join Date: Feb 2008
Posts: 107
Thanks: 3
CΛSTΞX is on a distinguished road
Default

PHP Code:

$sentencearray 
explode(' ',$sentence);

foreach(
$sentencearray as $values)

if (
in_array($sentencearray$values)) {

// do something ?


Thanks, but it doesnt work.
__________________
Downloadic
infolizer
Send a message via MSN to CΛSTΞX
CΛSTΞX is offline  
Reply With Quote