my question is it possible to take those values into PHP base web page ?
Yes, but not directly.
If the Arduino is a server, then a PHP script could get the data from the Arduino, although that would be rather unusual.
If the Arduino is a client, then it can call one PHP script that stores the data somewhere, while the browser calls a different PHP script that gets the stored data.