Tutorials by vinuthomas

You can find here all the 12 tutorials by vinuthomas. The author's home page URL is http://www.vinuthomas.com.
Sort byTutorials Per Page
Pages:1 | 2 | Next| Last
Most of us just write applications to be deployed on a webserver without thinking about what to do when the server becomes overloaded. What if you could actually check the server load in your PHP application?
May 24, 2010 Today Views: 1 Total Views: 466

PHP port check

Author: vinuthomas  Rating:
Checking for open ports using PHP.
June 19, 2007 Today Views: 2 Total Views: 1,685

PHPLiveX - Tutorial

Author: vinuthomas  Rating:
If you're looking for the quickest way to get your PHP functionality Ajax enabled, you've got to take a look at PHPLiveX. It greatly simplifies the process of Ajaxifying your PHP code without knowing Javascript code.
June 18, 2007 Today Views: 3 Total Views: 2,220

PHP and Serial Ports

Author: vinuthomas  Rating:
Communicating with Serial Ports in PHP.
June 15, 2007 Today Views: 1 Total Views: 1,538
I'm sure most of us have encountered the following error message while playing with the header function in PHP "Cannot modify header information - headers already sent by..." How can we detect whether the script has already sent out headers?
February 9, 2007 Today Views: 1 Total Views: 1,609
Did you know that PHP has a built in function to detect which browser your visitor is running?
February 7, 2007 Today Views: 1 Total Views: 1,511

Cleaning your Inputs

Author: vinuthomas  Rating:
A tutorial which shows how to filter inputs to prevent XSS attacks
February 2, 2007 Today Views: 1 Total Views: 1,515
A tutorial which shows you how to create an Ajaxified form using the My-Bic framework.
January 26, 2007 Today Views: 1 Total Views: 1,696
ost of us have had problems with UTF-8 problems in PHP and MySQL. Here’s how to modify your database and table to be UTF-8 compliant. Most of the time we do set the character set to utf8 but forget to set the collation set to utf8.
January 24, 2007 Today Views: 1 Total Views: 1,611
How can you force the browser to download your files instead of showing them inline in the Browser? Here's how to do that using PHP.
January 18, 2007 Today Views: 1 Total Views: 1,663
Pages:1 | 2 | Next| Last