Hello everyone,
I have a section of code which looks something like this,
PHP Code:if ("$usercheck == george")
{
echo 'Hello';
}
I would like to change it so that if $usercheck == george or fred or bob
than it would say hi.
So they could be george and it would say hi or they could be fred and it would say hi or they could be bob and it would say hi.
Any help?



Reply With Quote


Bookmarks