Create Simple Rounded News Scroller using Mootools.
Mootools is very easy to use library and has a large number of functionalities which reduce lot of our work to do. News scroller is used to put a…
Mootools is very easy to use library and has a large number of functionalities which reduce lot of our work to do. News scroller is used to put a…
Twitter is social networking website which keeps your followers with you. Twitter provides an extensive API using which we can update twitter status through PHP code.
PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime. This enables easy administration in the way you administer…
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are achieved by database indexes. Indexes are most important in…
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure…