Jump to content

ac0ua

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ac0ua's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I have a handycap because I am comming from Visual Basic 6. I have been working with PHP for about a month now and and having trouble looking for an "instring" function. Not to mention I don't even know how to start making my own funtion for instring. What i want to do is $ArrProduct['strProducy'] = george $strSearch = "geor" if ($ArrProduct['strProducy'] == instring($strSearch)) { echo $ArrProduct['strProducy']."found!" } else { echo $ArrProduct['strProducy']."not found, Sorry" } It would also be equalivant to using % in a SQL Query WHERE strProduct = "%geor%" Thank you
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.