What is the PHP code to open a web page?
What is the PHP code to open a web page? How can I get my PHP script to open a web page from a URL? In the browser obviously
Basically I want to pass an html file into a URL which goes to an engine and converts this html to a pdf. It's a bit of a backwards way for doing it but in essence I just need a new window/tab to open with a specified URL.
@StupidShep the $html is already processed into an .htm file; I just need a new window or something to open this file.
|