Makers Of The Web
Beyond The limit Of Development.
Wednesday, 16 July 2014
Die() & Exit() Function's in PHP.
›
The Die() function in php is used for generally printing the message or we can say output. For Example (i)- <?php $conn=mysql_co...
Sunday, 13 July 2014
What is the difference between PhP4 & PhP5 ?
›
There are many differences between PHP4 and PHP5 - PHP5 was powered by Zend Engine II,while PHP4 was powered by Zend Engine 1.0 In PH...
Monday, 16 June 2014
How can we upload files in php.
›
If you want to upload any files in php.So first create the form by using <form></form> tag in php. <html> <body...
Difference between include() & require()
›
Hello friend ..today i am going to teach you about the both { Include() & Require() } main functions in php.Both has same meaning but ...
Friday, 13 June 2014
PHP end() Function
›
Basically End function sets the pointer of an array to the last element of array. Syntax-end(array) For Example- <?php...
What is .htaccess?
›
.HTACCESS define as - "It's a configuration file for use on web servers running the Apache Web Server software. When a .htacce...
Tuesday, 10 June 2014
Difference between strstr and stristr in php.
›
Functions strstr() and stristr, these are used to find the first occurence of the string (case-sensitive) but stristr() is case insensitiv...
›
Home
View web version