Skip to content
Advertisement

Tag: cgi

die() is not stopping code from executing

the problem is in the following: on the web browser it is executing the echo after the die(). on the CLI stops on the die() and does not shows the echo as expected. My Specs: PHP 7.4 (FPM) web server Nginx (also tried with apache with the same result) Also I had a time long a test server on windows

CGI web application, struggle with variables

this is my first post here. Been reading stackoverflow for a long time and i want to take a time to appreciate everything you do to help community. Thank you. A lack of knowledge in scripting area leads me to creating this post. Due to complication of my problem (in my opinion) i wasnt able to google the solution. First

Advertisement