Communauté Informatique NDFR.net : [PHP] Petit prob d'echo ! - Programmation Web (HTML, PHP, ASP, Java, XML, etc.)
 
[PHP] Petit prob d'echo !
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 07-10-2004, 09:27
Matt Matt is offline
Super modérateur
1 Highscore
 
Join Date: 24-12-2002
Posts: 4,453
Bon alors déjà, là y a un truc qui me parait louche :
PHP Code:
echo "<table width=\"...trong> - "
       
$voir="php" 
       include(
"viewonline.php"); echo
      </div></td> 
    <td width=\"91\" ..."

La première ligne se termine par un point, qui est en PHP l'opérateur de concaténation de chaîne.
Donc à priori, tu concatènes la chaîne contentant le code HTML, avec la chaîne résultat de l'affectation de la variable $voir (une affectaion réussie retourne la valeur affectée, donc ici, la chaîne "php").
Remplace le point par un point-virgule et ça devrait aller mieux.

Pour le deuxième problème, pourrait tu me donner le contenu de la variable $q et le début du code après le htmlspecialchar ?
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
prob sonde thermique siras Matériel 5 15-07-2004 11:56
Petit Prob D'update Sql Dans Un Script ! bastien Programmation Web (HTML, PHP, ASP, Java, XML, etc.) 3 08-07-2004 19:08
Petit prob de mis en page avec mysql ! bastien Programmation Web (HTML, PHP, ASP, Java, XML, etc.) 5 21-06-2004 14:40
Petit prob avec IE warren Windows NT4/2000/XP Client 25 20-02-2004 02:09
Prob Framework claude922 Windows NT4/2000/XP Client 21 03-11-2002 16:05

All times are GMT +2. The time now is 01:54.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.