aim25 Posted June 23, 2007 Share Posted June 23, 2007 Okay, i no this is a pretty stupid question, but right now i can't find the answer. So this is the ordeal. Lets say i have a String($a) with all this writing, then the user inputs($b) a certain value, then i need some way to make sure what the user input is a part of the string($a). Note: Lets say $a = "So confused right now", $b = "right" Appreciate the help!!! Quote Link to comment https://forums.phpfreaks.com/topic/56885-solved-help-please/ Share on other sites More sharing options...
AndyB Posted June 23, 2007 Share Posted June 23, 2007 http://ca.php.net/manual/en/function.strpos.php Quote Link to comment https://forums.phpfreaks.com/topic/56885-solved-help-please/#findComment-281052 Share on other sites More sharing options...
aim25 Posted June 23, 2007 Author Share Posted June 23, 2007 Thnaks!!! I cant believe i didnt think of that, becuase i already knew about strpos. Quote Link to comment https://forums.phpfreaks.com/topic/56885-solved-help-please/#findComment-281054 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.