Skip to content

Tag: php

PHP Upload pdf file and replace the file name with a custom one

I have a problem, I can’t get php to replace the name of the pdf with “$fiscale”. I am a new php user and I would need a hand. Thanks to everyone for the possible answers: 3 (I am creating a site that allows you to upload pdfs with a name chosen at the beginning.) php: html: Answer Try using…

How to run okta auth sample for php

I download sample code from github https://github.com/okta/samples-php/tree/develop/okta-hosted-login and run it following guide. when I start server, it shows this issue. if I refresh page it says how to fix this issue? Answer Try to generate a token on okta project manage panel. Copy it to config file in yo…