/ Published in: PHP
Check to see if HTTP POST variable exists before doing something with it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$name = $_POST['name']; }