/ Published in: PHP
Trying to resolve without Global Variables.
Expand |
Embed | Plain Text
<?php if (!$_POST['email']) { } if (!$_POST['phone']) { } ?> <body> </body>
You need to login to post a comment.
Trying to resolve without Global Variables.
<?php if (!$_POST['email']) { } if (!$_POST['phone']) { } ?> <body> </body>
You need to login to post a comment.