[PHP-INST] PHP 4.1.0 sockets problem.

2002-02-17 Thread The_polymorph
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'

Re: [PHP-INST] Simple .php page redirect

2001-09-17 Thread The_polymorph
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

[PHP-INST] Socket problems under 4.0.6(!)

2001-06-24 Thread The_polymorph
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