Regular expression are very vital in any programming language, especially in web development we can use Regular Expression in verity of situation like User input…
Leave a CommentCategory: PHP / MySQL
Arjun Forums – Version 1 Hey everyone, Arjun Forums is a PHP/MySQL Forums Software built on the Codeigniter Framework. Project is under Development Stage and…
Leave a CommentPHP has very powerful date handling functions and it makes TimeZone Conversion extremely simple. In some PHP application where we need to display date and…
Leave a CommentIt’s pretty easy to obtain the like count via Facebook’s Graph Api.This small code snippet given below uses FaceBook’s graph api and returns the likes…
6 CommentsIn this tutorial, I will cover the ZF2 installation on xampp for the windows operating system. 1 First, you need to download and install the…
2 CommentsCoding Standards place a vital role in any programming language for achieving a high code quality and to write more readable and clean code. Here…
1 CommentcURL is very powerful library, which allows transfer of data across a wide variety of protocols. I often use curl in my projects. here is…
Leave a CommentPHP File Handling is very impotent for serious programmers, we often use File Handing methods in web development, In this post i will cover file…
1 CommentThis post is about codeigniter URI Segments, ci’s uri class is initialized automatically by the system. with the help of uri segments we an get…
1 CommentIn this post I will show you how to create a custom view helper in ZF2, writing a custom view helper in zf2 is very…
Leave a CommentSetting Database Configurations in Codeigniter very tiny task , just open database.php within applicationconfig. Set config like below , here database user “root”, password “”(no…
Leave a CommentHere is the list of $config settings to style the pagination links properly in Codeigniter with Twitter Bootstrap CSS & markup. To avoid loading each…
1 CommentKnowing about Design patters is very essential in software designing and development, here in this post i am gonna write about singleton pattern, basically it…
Leave a CommentZendMail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with ZendMail via MailTransportSendmail, MailTransportSmtp, or…
Leave a CommentThis post is about Multidimensional Array Searching , there is no builtin function in PHP to search Multidimensional Array, we can write our own function…
1 Comment