Posts by Tiago Teixeira • 13 points
2 posts
-
0
votes3
answers52
viewsQ: Problem with select in PHP
Notice: Undefined index: album_name in C: xampp htdocs gallery.php on line 69 Line 69: $album_name = $db->data[0]['album_name']; code of this part: $db->query( "select * from fotos"…
phpasked Tiago Teixeira 13 -
1
votes2
answers922
viewsQ: Opening image by clicking HTML + PHP + JS
I’m searching the images in the database and is listing everything correct, fixed size and etc... I wanted when I clicked on it to open it bigger, on the same page, like a modal and with the bigger…