|
Friday, 11 July 2008 05:03 |
|
PHP provides several functions to perform DML operation on MySql database. These functions allow to establish connection, retrieve data and update existing data. Some of the most commonly used functions are |
|
Last Updated on Sunday, 07 June 2009 16:44 |
|
Read more...
|
|
Saturday, 28 June 2008 11:02 |
|
CSS allow us to redefine properties of HTML elements. By redefining properties we can create attractive look and feel for web pages. More importantly its usage is simple and straight forward. For example consider following rule. P { color: #F00 ; } In above rule āPā is a basic CSS selector which can be used to change any property of Paragraph. |
|
Last Updated on Wednesday, 17 June 2009 08:12 |
|
Read more...
|