PHP script from HTM page

S

samh

I have a script in PHP I need to run it from a page in HTM so what will be
the command that let this PHP script run automatically when the htm page
load without making hyper link inside the htm page.
Thanks in advance
 
R

Ronx

PHP scripts run on the server before the page is downloaded, so the
page will have to named with a PHP extension (or the server configured
to process all .htm files through the PHP engine). PHP scripts will
not run on the client (in the browser)
The server will have to support PHP scripting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top