php

Tag

8 posts found

1 May 2017
2.2K
No Comments
Upgrade php version in xampp from 5.4 to 5.6

I have got issue of php version when I using #composer to install #laravel, composer says “Your php version 5.2 is out dated”. Its not difficult to update version of php and xampp. Download the latest version of xampp with latest build of #PHP version from https://www.apachefriends.org/index.html   after the downloading

Post in

26 Jan 2017
0.37K
No Comments
php add prefix in largest number

This function can show shorten number from larger numbers or count. #Facebook, #twitter and more other social networks are using this method to show the followers count. Example a person or celebrity having 95,477,084 followers so through this method it will convert largest number into a small number with sign

Post in

8 Oct 2015
2.98K
No Comments

PHP 5.5 and in older version constants cannot store directly array In this matter we are allowing to upload limited file’s extensions and this is not good codding practice to defined allowed extensions and check every file on uploading code because we needs to store allowed extensions in a single

Post in

11 Apr 2015
0.74K
No Comments

Mostly #wordpress theme developers put header data information in header.php file of theme and they not use each different header file for each wordpress post or pages category and this is best dynamic and quick way to put header information in header.php like head tag and #css #javascript and other

Post in

15 Sep 2014
0.55K
No Comments

Page template system is awesome feature, this featured in wordpress to create your own template like single column data template, double column data template to show pages data as you want to in template, . Develop template name in php files for custom #cms, I am just showing in quick method

Post in

10 Mar 2014
0.34K
No Comments

1.Remove duplicate values from array – ARRAY_UNIQUE Result 2.Re-order with random values from array-SHUFFLE Result 3.Remove null values from array-ARRAY_FILTER Result 4.Ascending order array values-SORT Result 5.Descending order array values-ARSORT Result 6.Ascending order array keys Result 7.Descending order array keys Result 8.Replace text string from array with STR_REPLACE Result 8.Change

Post in

16 Nov 2013
1.92K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

18 Aug 2012
1.37K
No Comments
38 Most Popular PHP MVC Frameworks

Laravel Php Framework PHP Zend Framework CakePHP- the rapid development php framework. CodeIgniter – Open source PHP web application framework PHP  PHALCON Symfony PHP Framework FuelPHP Kohana PHP Framework PHPixie PHP Framework PHPDevShell PHP Framework and UI Openbiz Framework Developer Lithium PHP framework Qcodo PHP Framework TYPO3 Flow Enterprise PHP

Post in