Salut,
Je voudrais faire un retour chariot en PHP, mais à chaque fois que j'en fais un il me dit sa comme erreur :
Citation :
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /var/www/free.fr/2/9/doktrashouze/utilitaires.php on line 35
|
Mon code :
Code :
- <php
- echo '<p>';
- $sep = '';
- while($r = mysql_fetch_array($q))
- {
- echo $sep.'<table>
- <tr>
- <th class="center" style="width: 50%;"><p><a href="'.$r['url'].'" onclick="window.open(this.href); return false;">'.$r['titre_utilitaire'].'</a><br /><br /><img src="'.$r['image'].'" alt="'.$r['titre_utilitaire'].'" /></p></th>
- <th> </th>
- <th style="width: 50%;"><p>Version : '.$r['version'].'<br />Taille : '.$r['taille'].' Mo<br />Langue : '.$r['langue'].'</p></th>
- </tr>
- </table>';
- $sep = '<hr>'.\n;
- }
- echo '</p>';
- ?>
|
Mon retour chariot est à la fin.
Si vous savez comment faire pourriez vous me le dire ??? merci
Message édité par Orission le 16-06-2005 à 18:15:39
---------------
“ Un avis d’un homme non avisé ne doit jamais être pris en compte par un homme avisé. ” Jean Plancher, 1810, Taverne « Chez Bonaparte »