'what to contextually include in "index.php" for a forum (phpMyAdmin)
Been trying my hands at just setting up something quick and easy to get a look of how a PHP forum would look like and how the thing works in general, following this handy guide! Everything's been going quite well, in the sense of reading through the code and writing it over myself bit by bit. However, I have a trouble with "index.php", which is mentioned as a required php file, but it lacks a walkthrough or window of code describing what should be included in the file.
I've tried my hands at just doing "include 'x.php'" a bunch, thinking maybe it'd be like an empty canvas, but to no avail. Any ideas or help? I really don't know what to put on this thing! Every file I have (excluding index.php) is written exactly as specified on the guide page.
Solution 1:[1]
Log out req.body.id as that might be null and then investigate why your frontend is not passing that parameter to your backend.
Second, confirm and off_session are not supported parameters on the /v1/charges endpoint.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | hmunoz |
