euhm i'm doubting what it is now :o
I don't know which one... if the variable is in the URL I use $GET[""]
if it is a variable that comes from a form I use $POST[""]
but the Send comes from a button so i'm not sure wich one to use :o
or it is:
$Send=$_GET["Send"];
if ($Send){ }
or it is:
$Send=$_POST["Send"];
if ($Send){ }
try them both I would way 🙂