I have an html page and want to include a scripts output.
I have tried going the route of using .shtml pages and adding
in the include tag, but no luck.
Is there a way to include the output of a php script using javascript?
Here is my example:
I have the file page.html
I want to include at the bottom the output that is sent to the browser from this script... script.php
I do not want someone to go directly to script.php, just want them to view page.html with script.php's output at the bottom of the page.
Anyone know how this can be done? Maybe via javascript?