Home


PHP

The language for dynamic web pages.
LEARN PHP





<php
  echo "My first step towards php";
?>



<script>
 $(document).ready(function(){
  $("p").click(function(){
  $(this).hide();
   });
 });
</script>

JQUERY

The Power of interactivity.
LEARN JQUERY