Showing posts from 2014

php interview question

php interview question and answer Here is the list of php interview questions for experienced     •    What is PHP? PHP is a server side scripting language commonly used for web applicati…

First Jquery Program

<html>     <head>          <script src="as.js"> </script>                  <script> $(document).ready(function(){ $…

PHP functions

PHP User Defined Functions Create a User Defined Function in PHP A user defined function declaration starts with the word "function": <!DOCTYPE html> <html&…

Load More
That is All