un % qui bloque tout mon code!
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 :
Code:
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 '%'; |
alors, elle n'est plus appelée et tout bloque!!!!!
comment faire siouplais!?