PHP Variable
The primary way to store data amidst a PHP program is by utilizing a Variable. So we are sharing most […]
HTML Scripts
HTML Scripts gives us way to embed or include client side script into the HTML Document. HTML script (<script>…</script>) tag […]
HTML Comments
Comments in any programming language is a block of notes or remarks, can be placed anywhere in the code to […]