[PHP] Re: Same Page, Fundamentally Different Behavior OR is Firefox broken?

2009-06-12 Thread Manuel C.
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

[PHP] socket_write return wrong data length

2009-06-09 Thread Manuel C.
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 =