It works fine with "$db->escape()". Thanks!
2 2006-09-05 16:54
Re: Auto Login (14 replies, posted in PunBB 1.2 discussion)
Hello! I have a error whith this code.
when login
login.php?form_sent=1&action=in&req_username=MyUsername&req_password=MyPassword
I have
Fatal error: Call to undefined function: unescape() in /var/www/html/l/lesbizounours/forums/login.php on line 40
In login.php, I have
(ligne 38) if (isset($_REQUEST['form_sent']) && $action == 'in')
(ligne 39) {
(ligne 40) $form_username = unescape(trim($_REQUEST['req_username']));
(ligne 41) $form_password = unescape(trim($_REQUEST['req_password']));
Thank you in advance
3 2006-08-26 20:07
Re: [resolved] Vertical menu. Help please. (2 replies, posted in PunBB 1.2 troubleshooting)
Thanks!
4 2006-08-25 14:12
Topic: [resolved] Vertical menu. Help please. (2 replies, posted in PunBB 1.2 troubleshooting)
Hello! I need help because I am newbie in php. Can you tell me what should be modified to obtain to obtain the vertical menu as in this example http://img174.imageshack.us/img174/271/menufn2.png
Thank you in advance
[resolved]