Posts by João Batista Lucas Chaves • 41 points
4 posts
-
0
votes0
answers34
viewsQ: Clear directory and then create gallery inside it using php
Good afternoon, I’m creating a file that edits the products' post, only before editing the data and inserting the new ones the customer selected. was to delete the photos from the directory where…
-
2
votes2
answers871
viewsQ: Listing images within a directory
I want to list the images from a directory, but I’m not getting it. You’re listing the right amount and everything, but the images don’t appear. <?php $path =…
-
2
votes2
answers264
viewsQ: folder permission error
Good afternoon, I’m with a folder permission error, my code mounts the gallery records the first photo as the cover and then creates a folder inside the directory stipulated by me, and the same…
phpasked João Batista Lucas Chaves 41 -
0
votes1
answer95
viewsQ: I can’t reach my sub page by passing friendly url
O . htaccess RewriteEngine On RewriteRule ^imagine/([^/]+)/([^.]+)$ ver_imaginew_agora.php&id=$1&titulo=$2 RewriteRule ^portifolio/([^/]+)/([^.]+)$ ver_portifilio.php&id=$1&titulo=$2…