Interfacing with PHP posible?

Hi,

I would like to ask if it's possible to interface arduino with PHP?

Best regards,

I would like to ask if it's possible to interface arduino with PHP?

The Arduino can read from the serial port, and write to the serial port.

PHP can write to the serial port, and on some OSs read from the serial port.

So, yes, you can interface Arduino with PHP.

15 seconds with the search button would have told you that, too.