Posts by mind set • 21 points
3 posts
-
1
votes2
answers159
views -
0
votes1
answer59
viewsQ: Why is my WHERE instruction not working?
##index.php define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'root'); define('DB_PASSWORD', null); define('DB_CHARSET', 'utf8'); define('DB_DATABASE', 'website'); $conn = new…
-
0
votes0
answers48
viewsQ: How to place a photo next to a text?
I have about 10 "< p" in my document, I want to put a photo next to a text. A perfect example of what I want to do is right down in the photo.…