Posts by Geovani C • 3 points
1 post
-
0
votes1
answer48
viewsQ: Image is being uploaded without extension
I put a PHP code to upload images, the images are not being saved in the directory with the code below: $post_id = $db->insert($query); $ext = explode('.', $_FILES['img']['name']); $path =…