serial communication arduino php

PaulS:

I want to know if there is a possibility of a serial communication between a web interface in PHP and my arduino uno.

Maybe. PHP can communicate with the serial port. Your Arduino can communicate with the serial port. Whether you can connect your Arduino to the serial port of the server that PHP is running on remains to be seen.

Typically, the Arduino would be used as a web server, and the communications would be via http, and no PHP would be involved.

Or the Arduino would be a client, making GET requests to the server, but then there is no user interface.

thanks Pauls,
in my project I have to visualize the output of the arduino in a website that is in the intranet, I'm not good in asp.net! and I don't know if with php it will be easier !!