PHP script

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
Thanks in advance
 
T

Thomas A. Rowe

The page must have a .php extensions and your web host must support PHP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

samh

When I make a hyper link inside the HTM page and click on it from this page
it takes me to the php script and it run without any problem what I need is
to make a way instead of making the hyper link and instead of clicking on
it, just add a command from the htm page like the hyper link command that
run the php script while the htm page loading
 
T

Thomas A. Rowe

The PHP script must be in the page that you want it to automatically run on when the page is loaded,
this requires the page to have .php extensions, as well as script being coded to run when the page
loads. If you are not sure how to code your PHP script, then you need to post to a PHP newsgroup for
help.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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