$str = “9703132428,123456789,1”; // convert string to array $numbers = explode(‘,’, $str); // remove empty items from array $numbers = array_filter($numbers); // trim all the…
Leave a CommentTutorials / Programming tips Posts
In PHP, the explode() function splits a string into an array based on a specified delimiter. By default, it breaks the string at each occurrence…
2 CommentsList of top tutorials on how to create an API With PHP? Creating a RESTful API with PHP(2013) Creating an API-Centric Web Application(2011) Create a…
Leave a CommentAlexa is one of the most well known and popular web information providers. It provides information about web site’s traffic stats, reviews, backlinks and many…
Leave a CommentOne of the more popular and powerful URL shortening services is Bit.ly. Bitly offers simple and powerful API to generate short URL. To use this…
Leave a CommentCodeIgniter has a nice helper function to download files. It is a nice way to download from server without any hassle just writing one single…
Leave a CommentMost web Hosting providers give access to override the .htaccess, To Increase the file size upload limit via .htaccess just copy the below settings into…
2 CommentsBefore writing any script login into your installed vanilla forum, go to addons section , Click on Plugins , in that page you will find…
8 CommentsCodeIgniter Helper Function are available anywhere in the code, more than 20 CI Helpers are there(URL, Form, Directory, …etc). You can Easily Extend CodeIgniter Helpers.…
1 CommentFor SEO reasons, you might always use (or remove) the www prefix in your URLs. The following snippet will add the www to your website URL and redirect any…
Leave a CommentFor SEO reasons, you might always remove (or use) the www prefix in your URLs. The following snippet will remove the www from your website URL and redirect any…
Leave a CommentCODEIGNITER – GETTING STARTED Everything You Need to Get Started With CodeIgniter Easy Development With CodeIgniter BECOME A CODEIGNITER PRO IN 15 DAYS! Day 1:…
Leave a CommentWriting and Developing Secure Application is topmost Concern of Developer, There are some simple measures you can take to protect the application from potential abuse.…
Leave a CommentThis Post is about Nokia Lumia pin on Home Screen with Contacts and Group Open the People Hub. Press and hold over the icon of…
Leave a CommentHey! , Typically There is 3 Type of Caches in windows Which you can flush easily: Memory Cache. DNS Cache. Thumbnails Cache. What are the…
Leave a Comment