How to post Source Code with syntax highlighting in WordPress?

I have been posting some web-dev help, PHP scripts and CSS styles codes on my Sixth Sense India blog. Earlier, I use to put PHP codes under <blockquote> </blockquote> tags, but found that it does not look imperessive and is Continue reading How to post Source Code with syntax highlighting in WordPress?

Generating random HTML Code / Ad banner with PHP

Many times,  I feel the need to use a code to display random content on my websites. There are many options available to achieve this.  Web developers use different scripts and applets for generating random HTML code on to their Continue reading Generating random HTML Code / Ad banner with PHP

Learn PHP : Making a connection to MySQL database

The benefit of choosing PHP as a web platform is its utility in dynamic and database driven web applications. It is fairly easy in PHP script to make a connection to MySQL database. There is one more better way to Continue reading Learn PHP : Making a connection to MySQL database

Script Code : PHP Sessions Starting, Setting and Closing

PHP Tutorial [Beginner’s Basic learning] – Sessions in PHP. Starting, Setting and Closing Session(s) is a temporary storage of values/data to variables to be used for serving web user in a better and interactive way. The data stored in sessions Continue reading Script Code : PHP Sessions Starting, Setting and Closing