skip to Main Content
135 views
1 vote

Php – Creating Helper function is not working in codeigniter 4

in autoload.php
public $helpers = [
'general'

author
200 views
0 votes

Php – setcookie() default secure=true

In php.ini where can I set the default "secure" parameter value to true for the setcookie() call(): https://www.php.net/manual/en/function.setcookie.php#:~:text=match%20all%20subdomains.-,secure,-Indicates%20that%20the
Tried modifying

Back To Top
Search