Hey.

Anoyone know how i would go about using one of the internal variables, such
as phpinfo() or phpcredits() to send through a socket.

like for:
write ($msgsock, ":RWorld PRIVMSG $pnum :phpcredits()\n", strlen (":RWorld
PRIVMSG $pnum :phpcredits()\n"));

so it sends the actual information instead of just "phpcredits()". I have
tried with $credits = phpcredits(); and placed the $credits in the line
above, but that seemed to echo it to my console then send the number 1
through the socket.

Any help on this would be greatly appreciated :)

Tim



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to