Hi all.
I am running PHP 4.1.0 on a win32 machine as a comand line
application.
I uncommented the line 'extension=php_sockets.dll' in my php.ini file
by removing the semi-colon but I receive the following error:
PHP Warning: Unable to load dynamic library
'.;C:\php\extensions/php_sockets.dl
l'
Hi Steve.
I believe that is accomplshed with the following function:
header("the_new_URL");
Since I am still learning PHP, I could also be wrong.
Hopefully this is of benefit.
-Caitlin.
--- Steve B <[EMAIL PROTECTED]> wrote:
> Hi folks
>
> I'm sure this will seem like a stupid question to
Hi all.
I downloaded and built PHP 4.0.6 tis morning ( RH6 ) w/ apache 1.3.20.
The following code fails *everytime*:
http://www.php.net/";, "r" );
if($fd)
{
fpassthru($fd);
}
?>
The two errors I receive are:
Warning: php_network_getaddresses: getaddrinfo failed.
Name of service not kn