The original HTML had forms. Forms still exist for HTML. A form can
specify that a different HTML file be shown when the form is submitted.
Between the the form submission and the showing of the second HTML file,
a script, called a CGI script, can be executed to process the form. And
that is ho
Hi Jeff,
hope you're doing well.
On Tue, Oct 17, 2023 at 10:50:38AM -0500, Jeff wrote:
> Can PHP code be run using NGINX?
> I am new to web server stuff, so just investigating.
Short answer is no, NGINX by itself can't execute a PHP code.
But here's the important notes here:
1. NGINX has a fastc
--- Original Message ---
On Tuesday, October 17th, 2023 at 16:50, Jeff wrote:
> Can PHP code be run using NGINX?
>
>
Yes of course.
There are surely thousands of how-to's on Google already ?
Its not difficult, only about 5 lines in the config file.
___
Can PHP code be run using NGINX?
I am new to web server stuff, so just investigating.
Thanks
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx