Blog Detail
GuyFromChennai
http://www.guyfromchennai.com
A blog with articles on PHP, ASP, XML, MySQL and other related technologies.
Recent Posts
Installing Apache,PHP5,MySQL on Ubuntu
Apache sudo apt-get install apache2 PHP sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart MySQL To install the MySQL Server and Client packages. sudo apt-get install mysql-server mysql-client This wil...
Check if a firefox addon is installed or not
While trying to check if one of my firefox add-on is installed or not, I found that, Chrome resources can no longer be referenced from within <img>, <script>, or other elements contained in, or added to, content that was loaded from an un...
Cannot load mysql extension. Please check your PHP configuration
Solve the "Cannot load mysql extension. Please check your PHP configuration" issue while installing php, MySQL in Windows...
Disable Text Selection in a web page
disable text selection in a web page...
Javascript function to Validate IP Address (IPv4)
Validate IP Address using Javascript...
Article Contributors Wanted
Hi friends, Anybody interested in writing articles in my blog. If interested please let me know. You can write about anything , however Technical articles is most welcome and preferable. Even you can contribute any code samples also. You’d ...
