Skip to main content

All Questions

Tagged with
3 votes
1 answer
1k views

PHP + PDO - Inserting data on the table with a loop

First of all i made a simple code to insert data on my table, with the information from this code i made a loop to insert data on another table for a notification system. I'm new to PHP and i think ...
mario's user avatar
  • 249
2 votes
2 answers
416 views

A simple PHP login system

I'm super new to PHP and I'm trying to get a functional login system together. This is the code I have: class/user.php ...
Jimmy's user avatar
  • 473
4 votes
1 answer
22k views

Converting entire table to JSON data. Is there a better way?

Building a 'card' database: I'm simply learning to take input data and store to database. Incorporating JSON, PDO, SQL, and enforcing my general coding skills through PHP, hopefully. ...
Qwiso's user avatar
  • 73