Posts by Danillo a. Oliveira • 1 point
2 posts
-
-2
votes1
answer858
viewsA: Header Location is not directing page ( PHP )
I imagine the error may be because you are referring directly to the php file, and not to a valid URL. try to change: header('Location: home.php'); To: header('Location:…
-
0
votes2
answers201
viewsQ: Cameraroll React-Native
I need to create a script that returns and list the images found in the user’s mobile gallery. For this, I am using the getPhotos method of the React-Native Cameraroll component…