PHP Scripts are interpreted on the Server. The only way that I can think this might be possible (I haven't tried it) is to do it like this:
On the server which supports php (server "A"), put a file with this code:
<?php
include(Address to php code on server "B"));
?>