Monday, March 31, 2014

some basic php syntax

1) show phpinfo
<?php
phpinfo();
?>

2) array
$data_arr = array();


No comments:

Post a Comment