Skip to content
Advertisement

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 BeginRequest Handler Not yet determined Error code 0x8007000d Configuration error Configuration file ?

How can show unlimited parent-child & sub-child tree data in laravel

I have data like parent-child with unlimited levels of sub-child & sub-child data in the database which you can see below like a binary tree with nodes that have multiple children and these children can have unlimited sub-child. Please give me a solution or suggestion how can show that. Thanks. This is my database JSON data which I’m getting from

PHP echo/print value on for every 4th loop (start of count is 0)

How do i echo a value for each certain loop (4th) if my starting count number is 0? For example, the count is 0,1,2,3,4,6,7,8,9,10,11,12,13 I need it to echo/print on the following numbers: 3,8,12,16 Here’s my loop codes: It kind of works but unfortunately, it starts printing the $VALUE on #0 So it prints on the following count/numbers: 0,4,8,12 Instead

Advertisement