View Single Post
  #14  
Old 06-23-2006, 01:42 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I use this method, I'm sure it works too.

PHP Code:
function onCreated()
{
  
temp.test = {"hey""test"};
  if (
contains(temp.test"test")) //If 'test' is in temp.test, it'll echo 'Found' to the NC users
  
{
    echo(
"Found");
  }
    else
  {
    echo(
"Not Found");
  }

__________________
Reply With Quote