11-24-2016, 08:52 PM
I just can't get my head gripped around the differences, like for example, I would use:
ordersuser_id is grabbed from the file
How do I translate something like that to PDO?
And like how do you do inserts and deletions. I just don't get it lol.
Code:
$query = "SELECT * FROMCode:
WHERECode:
='$uid'Code:
$result = mysqli($connect,$query)Code:
$connectCode:
db.phpHow do I translate something like that to PDO?
And like how do you do inserts and deletions. I just don't get it lol.

