Welcome Guest, Not a member yet? Register   Sign In
Issue while Migration from WordPress to Codegniter
#1
Sad 
(This post was last modified: 01-07-2022, 11:38 PM by Rogerscullan. Edit Reason: code was little bit missing )

 

Hey, need a help here

Much trying to solve the code issue while transferring Apkpuresafe to CodeIgniter

But not able to solve and this code is not solving.

function ci_ignore_magic_quotes($value,$key,$Cookie)

{

if($key != "ci_session")

{

stripslashes_deep($value);

}

}

array_walk($_COOKIE, 'ci_ignore',ci_COOKIE);

rray_walk($_COOKIE, 'ci_ignore_magic_quotes');

//$_COOKIE = add_magic_quotes( $_COOKIE );
 $_COOKIE['ci_session']:
$no_unset = array( 'GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST',
'_SERVER', '_ENV', '_FILES', 'table_prefix','ci_session'ci_COOKIE );

Help me what i am missing here???
Reply




Theme © iAndrew 2016 - Forum software by © MyBB