Posts by Anj Junior • 9 points
3 posts
-
-2
votes1
answer58
viewsQ: Upload file (image), with PHP to send to AWS S3
Currently I have a script that I get the image from a post like this: $amazonS3 = new AmazonAwsS3; $amazonS3->uploadFile($_FILES['anexo']['tmp_name'], $_FILES['anexo']['name'],…
-
0
votes1
answer24
viewsQ: Sending Post to PHP
I have a page that receives a post with an array larger than 1000, this array was "small" and worked well, but I recently realized that part of the content sent now is not coming from the other…
-
1
votes2
answers398
viewsQ: Registration with e-mail confirmation with token - PHP
Currently, what is the best way (the most secure and efficient) to require the user to confirm the registration through a link sent in the email informed, what should I pay attention in this…