Problem Here I am parsing a JSON array and inserting it into a MySQL database. The JSON Array comes from […]
Tag: mysqli
A take on DB Abstraction
Problem It’s a little bit more code but I wanted to show the full class. I highlight the points I’d […]
Dynamically load data into bootstrap accordion navigation bar
Problem I have made a bootstrap accordion navigation bar that loads data dynamically from a database with PHP. Here are […]
PHP MySQLI Insert Command
Problem Can you please provide a general review the following PHP code (with MySQLi)? The query involves an INSERT INTO […]
Fetching a post from the database based on a query parameter
Problem I get an id via Get request to fetch an object from the database. I have used mysqli prepared […]
Basic registration page and database insertion
Problem Please review my registration code and suggest what changes I should make to improve security. I’m new to PHP […]
Initializing connection to a MySQL database in PHP
Problem I wanted to get some feedback on this way of initializing a connection to a MySQL database. File includes/db.php: […]
Function that calls the database connection and query
Problem I made a function that contains the database connection and query. Now I’m always calling this function every time […]
Searching for topic categories using mysqli [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
PHP MySQLi database wrapper
Problem I am developing a mysqli database wrapper. I’ve made an effort to make this as fast as possible and […]