I am trying to set up a simple php/mysql database on my website and the example has a line that says:
if (!$searchtype || !?searchterm) {
What are the ||??? I tried to copy and paste them but they cause syntax errors. Noob question I know, but would love an answer nonetheless!



