Posts by danielp24h • 1 point
1 post
-
-2
votes1
answer36
viewsQ: Help Form PHP Help
I have the following code: <?php // Do not edit this if you are not familiar with php error_reporting (E_ALL ^ E_NOTICE); $post = (!empty($_POST)) ? true : false; if($post) { function…
phpasked danielp24h 1