I need to know the MAC and the IP address of the connect clients, how can I do this in PHP?
I don't think you can get MAC address in PHP, but you can get IP from $_SERVER['REMOTE_ADDR'] variable.
$_SERVER['REMOTE_ADDR']