Is is possible to view the source code of a webpage remotly with PHP, if so how?
Yes.
Open a connection to the page (say using [man]fsockopen/man, or simply by treating the page as a normal file and using the file handling functions) and download it.