Posted by Pete | Posted in Javascript/AJAX Tutorials | Posted on 14-08-2009-05-2008
0
In this tutorial I will show you how to submit a form using ajax and return the response into a form field. I will use an example to convert the first form field text into capitals. So here we go.
Read the rest of this entry »
Posted by Pete | Posted in PHP Tutorials | Posted on 18-07-2009-05-2008
4
Fsockopen is used to open a socket connection via PHP. In this tutorial we will show you how to test if a port is in use. This can be used as a status script for services.
FSockOpen
fsockopen ( string $hostname [, int $port= -1 [, int &$errno [, string &$errstr [, float $timeout= ini_get("default_socket_timeout") ]]]] )
Read the rest of this entry »