Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sessions are driving me crazy.
I am tracking screens a user has visited using an array within the
$_SESSION array.
And it nearly works.
I call session_start() before any output in each script and before trying
to access any $_SESSION data.
The huge headache I am having is that php seems to fire
"Court Shrock" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How about using the registry to store the location of the php.ini. It
could
> default to c:\windows for backward compatibility. I currently have
multiple
> versions of PHP setup on the same system. This works fine, as lo