PHP Codeigniter MySQL Java Script JQuery Codding
Php code, Database Connections with Mysql, Java Script , Jquery, Codeigniter
Pages
Home
Codeigniter
Models
Jquery
Saturday, 29 June 2013
addition in php using functions
<html>
<head>
<title></title>
</head>
<body>
<?php
function add($i=2,$j=3)
{
echo $i+$j;
}
add();
?>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment