1

(14 replies, posted in PunBB 1.2 discussion)

It works fine with "$db->escape()". Thanks!

2

(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

Thanks!

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]