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 * FROM
Code:
WHERE
Code:
='$uid'
Code:
$result = mysqli($connect,$query)
Code:
$connect
Code:
db.php
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.