skip to Main Content

Slim routing in PHP-DI container

I'm moving a project of mine into Slim Microframework, by using PHP-DI containerization. I need to POST some JSON data to http://localhost/api/base (XAMPP) and get a confirmation (at least at the beginning). This is my index.php: <?php use PsrHttpMessageResponseInterface as…

VIEW QUESTION

Jquery – single form and multiple submit (with multiple value)

I Have a "For Loop" In ASP.NET Core Like This : <button type="submit" Form="FormActive" name="id" value="@item.I"></button> <!--It Will Create SomeThing Like This:--> <button type="submit" Form="FormActive" name="id" value="1"></button> <button type="submit" Form="FormActive" name="id" value="2"></button> <button type="submit" Form="FormActive" name="id" value="3"></button> ... ... ...…

VIEW QUESTION
Back To Top
Search