Saturday, February 13, 2016 PHP MATH FUNCTIONS PHP Math: abs() function The abs() function returns absolute value of given number. It returns an integer value but if you pass floating poi...
Friday, February 12, 2016 xampp installation on Localhost(Desktop computer) (1)DOWNLOAD XAMPP SOFTWARE FORM www.apachefriends.org/download.html (2)double click on xampp installer .exe file & click on ye...
Wednesday, February 10, 2016 mysql-database-tutorials (1)to create database use command: SQL> create database practice; (2)to create table use command: SQL>create table myrecord ...
Monday, February 8, 2016 PHP SOME IMPORTANT QUESTIONS AND ANSWERS PHP INTERVIES QUESTIONS AND ANSWERS: =======================================================================================================...
2:31 AM Array important functions Array important functions : ( (1) sizeof($arr) : This function returns the number of elements in an array. Use this function t...