If you’ve never used PHP, you might be very surprised to learn how easy it is to embed PHP commands in HTML files. The files don’t require execute privilege and don’t have to be stored in cgi-bin ...
Let me first state that I'm not a web programmer; I just need to programatically generate form data and hand it off to a server-side PHP script using the POST method; not GET.<BR><BR>I've found a lot ...