Posts by Matheus • 23 points
2 posts
-
1
votes0
answers827
viewsQ: Problem with image upload: Warning: move_uploaded_file():
My code is showing an error that never appeared before, when I test on localhost (I use xampp) the images are successfully inserted on the site, but when I do with the hosted site it appears the…
-
1
votes1
answer393
viewsQ: Click on charge more and increase the LIMIT
I want to do a query so when I click the button to press more, the LIMIT will increase to show 9 more images in my gallery My Code: <!-- connect.php --> <?php $host = "localhost"; $user =…