Matt Neimeyer a écrit :
I'm at a complete loss... So I'm hoping someone can point me in the
right direction to even start looking.
We have an application written in PHP that lets users send out emails.
The basic process is as follows.
1. Go to "start" screen. (This resets anything currently in
Hi all,
I'm writting a little telnet client, but I've a problem with the socket_write
function
public function send($data){
$datalen = strlen($data);
$datawritten = 0;
do {
$datawritten = socket_write($this->_tnsock
2 matches
Mail list logo