Sandip Dalvi

Thursday, December 7, 2017

Top 10 Best PHP IDE for Website Developers

›
NetBeans IDE Eclipse Aptana Studio PHP Editor Codelobster PHP Edition Zend Studio Komodo IDE PhpStorm PHP Designer NuSphere PhpED...
1 comment:
Monday, March 7, 2016

PHP Convert Digit into Words

›
Use below code to convert digit into words.  $number = 132560;  $no = round($number);  $point = round($number - $no, 2) * 100;  $...
Tuesday, August 18, 2015

PHP Convert Text into Unicode hex for Sending SMS

›
Use below function to convert text into Unicode hex value. $text = 'अ'; function hex_chars($data){ $mb_hex = ''; ...
Saturday, July 11, 2015

Install Laravel 5 Framework on Ubuntu OS

›
Laravel  is a free,  open-source  PHP  web application framework , created by Taylor Otwell and intended for the development of web applicat...
1 comment:
Home
View web version

About Me

Sandip Dalvi
View my complete profile
Powered by Blogger.