Recent content by jj91171

  1. J

    Which tutorial is best?

    When you want to learn php then i suggest you w3schools.com ___________________________________
  2. J

    How do I write php code to check if checkbox is checked or not

    How do I write php code to check if checkbox is checked or not there is the code <?PHP if(isset($_POST['submit'])) { if($_POST['checkbox'] !=' ') { put your work which you want to do } else { echo ' Please check the checkbox'; } ?>
Top Bottom