On 7/12/05, daro <[EMAIL PROTECTED]> 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

Reply via email to