running apache on local machine, called from html file (debian)
Im using debian stable.
Im writing an html file (client side) which calls a php script.
The html file has a "submit" button, so when I click it the server should run the associated php file.
Ive installed php5, libapache2-mod-php5, and apache.
How do I make the server run the php after I click "submit"? this is all on the same machine (so the server is a localhost)
TIA
|