Skip to content

Tag: php

How do you fetch data from the database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year. Improve this question I created a row in my database named “temperature” and wanted to include it in a t…

How to continue PHP script after sending HTTP response

I was wondering if it was possible to send HTTP response immediately and continue the script. Background: Among all the petition I make to the server there’s one that creates an Excel file (using PHPSpreadSheet), since creating this files can take a little longer I was thinking of responding a HTTP 202 …

How can I add JSON items to a PHP string?

I’m trying to concatenate some JSON items into a string in PHP. This is my JSON list: I want to concatenate items from my JSON list to a string. This is what I tried to do: This returned an error stating: syntax error, unexpected string content “”, expecting “-” or identifier or …

IIS HTTP-Fehler 500.19 – Internal Server Error

Hello i try to install a PHP mvc Website in IIS but i just getting this error: HTTP-Fehler 500.19 – Internal Server Error The requested page cannot be accessed because the associated configuration information for the page is invalid. Detailed error information: IIS Web Core module Notification BeginRequ…