Browsing Tag
php
Contact forms are one of the most common elements found on a web page, and they can be used to gather just about any type of…
Letters count small and capital in PHP
In this tutorial, we are going to create a simple program that can count small and capital letters in a website using PHP and HTML.…
Heroku error message no Cedar-supported app detected
After creating my app I tried to push it and deployed it to Heroku but an annoying error occured (screenshot attached). I have seen…
Symfony Live London 2015
Last Friday 18/09/2015 Symfony Live London 2015 took place at the QEII Conference Centre, close to the Houses of Parliament and…
Validate User Gravatar For Specific Email Id
Gravatar is one of the most common used service used widely on WordPress blogging platform. Gravatar is used for providing globally…
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
The post demonstrates how to install LAMP stack on Ubuntu 12.04
About Lamp
LAMP stack is a group of open source software used to…
Calculate difference between two dates in PHP
Sometimes we need to compare two dates between each other before storing any objects. It is often handy to have a proper method to…
Get visitor IP address in PHP
There are several cases that that we need to track the ip address of visitors on websites either for validation, security, spam…