SpiderPhp

Just another WordPress weblog

Any Way To Invoke A Php Script Besides User Clicking A Button On A Form?

Posted Friday, July 3rd, 2009
Tags: , , , , , ,
Posted in Uncategorized | 2 Comments »

The only way I know to run a php script is to put the name of the script in a

tag. Are there any other options?
I have a situation where I would like to start a php script without relying on the user to press a button. I tried putting php code in a .html file, but when I load the file from the server it doesn’t execute any php.
Thanks,
Houyhnhnm