Quote:
Originally Posted by fatdicksimon
if you need something coded i may do it for free in exchange for a hard link or two if you have some traffic. if ur interested, get at me on icq.
|
Quote:
Originally Posted by Zoose
Give us a better idea of what exactly you're trying to do. It gets a bit more complicated if you want to check "if title CONTAINS blah" and not "if title IS blah".
RTFM ( no offense ) - http://www.php.net/stristr
|
This works =
if ($row['item_name']=="test")
This doesn't
if ($row['item_name']=="test test-test")
I need it to be able to accept "test test-test" as the item title to lookup