Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi,
I have a .html page.
I need to call an output of a PHP code in it.Code: Select all
<?php
// Lookup MySQL
echo $result_of_mysql;
?>So I need to put this code in an expternal file and call it in the HTML page.
How should I call an external PHP script in a .html plage.
Thank you.
cheers,
Sandeep
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]