In this tutorial we will look in to a light weight jquery charting library namely
morris.js which uses Raphael which is used to simplify work of making vector graphics.
This tutorial explains how to create SEO friendly URL using PHP. Friendly URLs improves your site's search engines ranking. To make a SEO friendly URL a string must be sanitized for certain things like...
When run application on your computer, the computer know who you are, what are you doing, what data you alter, when you close your application and so forth, this is called session. In web communication we use Hyper Text Transfer Protocol (HTTP), which is a stateless protocol that does not retain information on server and treat all request as independent request. To make it remember user information we use SESSION.
Generating PDF from HTML using PHP is fairly simple and easy using HTML2FPDF. Lets get straight to point, who has time to read and "write" the obvious stuff.
In this tutorial we will delete a Row from database using Doctrine, lets do it with a simple example.