You are browsing the post archives

Articles related to ‘PHP’

How To Fix – Mcrypt PHP extension required in Laravel on Mac OS X (No MAMP)


Laravel Mcrypt Welcome Message

Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcrypt and php). However, there is a good chance that you will run into issues while running Laravel if these libraries and the extensions are not properly installed. When I got started with…

 How-To   Programming  

By Debjit
Advertisement

How to Manually Build & Install php-mcrypt on Mac OS X


How to Manually Build & Install php-mcrypt on Mac OS X

Installing php-mcrypt should be a cakewalk on Mac OS X with brew using the command “brew install php54-mcrypt” but at times things do not work out this easily and that is when you have to end up building and installing php54-mcrypt manually. It is an easy process and here is how you can do it….

 How-To   Programming  

By Debjit

New Year – Change Copyright Year In Your Website Footer In One Go!


Change copyright date-year in footer

So its that time of the New Year when you have to change the dates in the footer next to the copyright symbol on your website. It can be cumbersome task if you have many pages in your website and there is no common footer file for these pages – which means you will have…

 How-To   Programming  

By Debjit

How To Check If A Date Is Valid Using PHP In Codeigniter, CakePHP or Zend


PHP Valid / Invalid Date Checker

User inputted data is something that should always be necessarily validated at the server side before storing it in the database. In this article we will tell you how to validate a date and check it on the server side using PHP. This date validation technique can be used very well in PHP based frameworks…

 How-To   Programming  

By Debjit
Advertisement

How To Use Cakephp Sessions In External PHP Script?


CakePHP Sessions

CakePHP is a fantastic framework that lets you build any website from grounds up and that too very quickly. Although CakePHP provides all the built-in functions required for various works on a website but at times it happens that you need to access some CakePHP elements from an external script. For instance, in this article…

 How-To   Programming  

By Debjit

How To Fix “Module php5 does not exist” Error In Apache & Linux?


PHP Logo

Sometimes installing PHP via the regular method does not help you install PHP properly and even after following the standard methods of installing all you get when trying to enable the PHP5 or the PHP module is this error: ERROR: Module php5 does not exist! Scratched your head enough already? Well here is a simple…

 How-To   Programming  

By Debjit

How To Fix The “UID of script is smaller than min_uid” Error in Apache / Linux?


When you transfer your files from one server to another it might be quite possible that you also copy the permissions and ownership of the files from the originating server to the destination server. In this case you can possibly run into huge permission issues which can lead your website to not display properly if…

 How-To  

By Debjit

How To Setup & Install MongoDB, PHP & Apache On An Ubuntu Server


MongoDB Logo

In one of our recent website app projects, we planned to use MongoDB as our main database. Since we are hardcore PHP guys, we do not even think of developing in some other language although we love Python a lot! In this article we will tell you in a step by step manner, how to…

 Database   How-To   Programming  

By Debjit

PHP 5.4 To Have A Built-In Development Web Server


PHP 5.4 to have a built in webserver

Well, here is some really good news for the PHP Development community. Till now (as of PHP 5.3) all developers had to set up a web-server environment such as Apache in order to test all their PHP codes. Not only this, apart from installing the server environment developers also have to configure the necessary modules…

 News   Programming   Web  

By Debjit

Latest Published Articles



Browse the Archives Section

Latest Video Tutorials



    See all available Video Tutorials Section

    Windows 7 Arsenal



    See all articles in our Windows 7 Arsenal

    How-To Guides



    See all articles in our How-To Guides Section

    Linux Arena



    See all our articles related to Linux

    Smart Tips & Tricks



    Find out about more such Tips & Tricks