Welcome Guest, Not a member yet? Register   Sign In
Not Passing encoded variable % to Controller
#2

I don't think you need to call rawurldecode in your controller. I'm pretty sure it is already decoded for you. Try this:
PHP Code:
$order_id base64_decode($pdfurl); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: Not Passing encoded variable % to Controller - by includebeer - 10-16-2020, 04:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB