Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End if “certain” variable exist… do this.? Re: if “certain” variable exist… do this.?

#93671
mikes02
Participant

It works the same way in mine, even with the echo in front, it is saying to only echo “Enter Text You want to Echo” if $_GET isset and it equals Hello, else don’t echo anything. It’s the PHP Ternary Operator.