Re: sockets

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/12/05, daro <daro@xxxxxxxxxxx> wrote:
>  I don't know where should I put this script to be able to receive all datas and respond
> with proper strings.

You would run the script as a shell script from the command line.

On windows you can just save the code as a regular php script then
start it up from a DOS prompt like:

c:\PHP\php.exe -f yoursocketfile.php

or if you are using a *nix setup run it just as it is, making sure the
first line points to your php binary, for example mine is
/usr/bin/php.  Chmod it so it's executable.


-- 
Greg Donald
Zend Certified Engineer
MySQL Core Certification
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux