This is a way too abvious newbie question but nevertheless a
showstopper. I know how I can get a PHP script to execute by having a
form with a post method in my regular HTML file. So far so good.
Now I just want to run a PHP scrip from an HTML file to insert a text
file, but how do I execute the PHP without the form + post?
(The text file is a club member list and I want the web page to always
display the updated list)
Thanks,
Jens.
showstopper. I know how I can get a PHP script to execute by having a
form with a post method in my regular HTML file. So far so good.
Now I just want to run a PHP scrip from an HTML file to insert a text
file, but how do I execute the PHP without the form + post?
(The text file is a club member list and I want the web page to always
display the updated list)
Thanks,
Jens.
Comment