Tutorials by vinuthomas
Checking for open ports using PHP.
June 19,
2007
Today Views:
2 Total Views:
604
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:
2 Total Views:
602
Communicating with Serial Ports in PHP.
June 15,
2007
Today Views:
1 Total Views:
517
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:
686
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:
634
A tutorial which shows how to filter inputs to prevent XSS attacks
February 2,
2007
Today Views:
1 Total Views:
638
A tutorial which shows you how to create an Ajaxified form using the My-Bic framework.
January 26,
2007
Today Views:
1 Total Views:
729
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:
4 Total Views:
680
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:
733
This is a short article which shows you how to make a simple guestbook by capturing the visitor's input and storing the data in a database using PHP. You'll need to know a bit of HTML, PHP and MySQL in order to do the task.
July 24,
2006
Today Views:
3 Total Views:
292
























