A diagnose is just a diagnose bro, it only makes you different on paper, but not in the soul nor heart as that is defined by who you are as a person.
Still never nice to find out.
Yeah it is, and my mistake it is being developed by the BioWare team.
Basically you play as a freelancer that lives in the walls of a city that protects humanity.
You will have your own exo suit which you can fully customize.
The aim was to create a game that would "be referenced for years to...
It's because you're missing two OR operators
if (empty($_POST["fullname"]) ||
empty($_POST["email"])
empty($_POST["tel"])
empty($_POST["message"]))
Needs to be:
if (empty($_POST["fullname"]) ||
empty($_POST["email"]) || // || <= was missing
empty($_POST["tel"]) || // || <=...
tell me, why should a user become anonymous if they decide to quit?
everybody knows everybody, so it wouldn't even matter
then they simply shouldn't have registered in the first place