Posts by Tiago Biage • 1 point
3 posts
-
0
votes1
answer152
viewsA: Save/maintain checkbox status (selected or not selected) after closing the browser
I believe you will need to use SESSION (https://www.php.net/manual/en/session.examples.basic.php) or COOKIE (https://www.php.net/manual/en/features.cookies.php)…
-
-1
votes2
answers48
viewsA: Movable Href in Navbar (PHP)
Take a look at $_SERVER (https://www.php.net/manual/en/reserved.variables.server.php) I think $_SERVER['HTTP_HOST'] or $_SERVER['HTTP_REFERER'] can help you.…
phpanswered Tiago Biage 1 -
0
votes2
answers274
viewsA: Codeigniter does not find Controller
In the config.php file inside the config folder you have $config['base_url']. You need to reference the folder /site