PHP Recursive Function
PHP also supports recursive function call like C/C++. In such case, we call current function within function. It is
By CuckooRadio Editorial Team|2018-08-18T04:42:31-05:00August 18th, 2018|Php|
PHP also supports recursive function call like C/C++. In such case, we call current function within function. It is
By CuckooRadio Editorial Team|2018-08-18T04:41:02-05:00August 18th, 2018|Php|
PHP allows you to associate name/label with each array elements in PHP using => symbol. Such way, you can
By CuckooRadio Editorial Team|2018-08-18T04:36:03-05:00August 18th, 2018|Php|
PHP indexed array is an array which is represented by an index number by default. All elements of array
By CuckooRadio Editorial Team|2018-08-18T04:34:40-05:00August 18th, 2018|Php|
You can append data into file by using a or a+ mode in fopen() function. Let's see a simple example
By CuckooRadio Editorial Team|2018-08-18T04:33:58-05:00August 18th, 2018|Php|
PHP enables you to download file easily using built-in readfile() function. The readfile() function reads a file and writes
By CuckooRadio Editorial Team|2018-08-18T04:31:46-05:00August 18th, 2018|Php|
PHP allows you to upload single and multiple files through few lines of code only. PHP file upload features
By CuckooRadio Editorial Team|2018-08-18T04:30:51-05:00August 18th, 2018|Php|
PHP mysql_query() function is used to execute select query with order by clause. Since PHP 5.5, mysql_query() function is deprecated. Now it
By CuckooRadio Editorial Team|2018-08-18T04:29:13-05:00August 18th, 2018|Css|
CSS comments are generally written to explain your code. It is very helpful for the users who reads your
By CuckooRadio Editorial Team|2018-08-18T04:22:57-05:00August 18th, 2018|Css|
The external style sheet is generally used when you want to make changes on multiple pages. It is ideal
By CuckooRadio Editorial Team|2018-08-18T04:21:01-05:00August 18th, 2018|Css|
The internal style sheet is used to add a unique style for a single document. It is defined in