Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- search certain characters in an if statement
- if($x == "what is the code needed to be placed here to search if SGA is present?")
- {
- .some code..
- }
- else
- {
- .some code..
- }
- if (strpos($fieldFromDatabase,'SGA')!==false) {
- } else {
- }
Advertisement
Add Comment
Please, Sign In to add comment