0
Php action to self
how to link on my php file in this framework? action="my.php" and action=" " didn't work i try to submit post request and use different function on my php file
1 Antwort
+ 2
if($_SERVER["REQUEST_METHOD"] == "POST")
This should check if you sent a request to that script