salut a tous!
'oilou, j'appelle une page en ajax, qui s'affiche dans ma page.
SAUF QUE si, ma page appel�e contient un % comme ceci :
alors, elle n'est plus appel�e et tout bloque!!!!!
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13 <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www .w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <meta http-equiv=Content-Type content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="fr" /> <title></title> </head><?php echo '%';
comment faire siouplais!?
Partager