I need a designer on a remote server to be able to include HTML output from a PHP script on my server. He doesn't have PHP on his server. I tried it with an image tag: <img src=http://www.foobar.com/myscript.php>
If I just have MySQL code, it works fine. Entries are made in the DB, but the HTML output doesn't show up. I tried a header: header("Content-type: text/html");
That didn't do anything.:rolleyes:
Any suggestions on how to have him call my script and display the HTML output on his page?