$_SERVER["PHP_SELF"] not working back to my home, why?
-
i want to build a form without plugin at page,
<form method=”post” action=”<?php echo $_SERVER[“PHP_SELF”];?>”>
but the value can,t send to my email
mail(“*********@gmail.com”,$subject,$message,”From: $from\n”);whats the problem?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘$_SERVER["PHP_SELF"] not working back to my home, why?’ is closed to new replies.