[PHP/MySQL] pb update

pb update [PHP/MySQL] - PHP - Programmation

Marsh Posté le 27-07-2004 à 19:30:53    

$tempx=''.$temp11.''.$temp12.'';
echo '<br/>'.$tempx.'';
//-> affiche le bon truc
$requete33 = "UPDATE ".$t1." SET affectation='$tempx' WHERE 'rang'='".$tempr."' LIMIT 1";
//-> rang ok
$exec33=mysql_db_query($bdd,$requete33) OR DIE ("la 1,3ère affectation est mauvaise" );
 
$requete34 = "SELECT affectation FROM ".$t1." WHERE 'rang'='".$tempr."' LIMIT 1";
$exec34=mysql_db_query($bdd,$requete34) OR DIE ("la sélection des rangs est mauvaise" );;  
echo '<br/>lecture affectation'.mysql_fetch_array($exec34).'<br/>';
//-> ne m'affiche rien, aucune entrée dans la table (affectation en text)
echo 'n° '.$tempr.'attribué au CHU de : '.$temp11.' dans le service '.$temp12.' lors du 1er voeux ';
//->et pourtant ça m'affiche les bons trucs
 
voilà c'est de caractère 'assez urgent'
 
merçi de votre compréhension

Reply

Marsh Posté le 27-07-2004 à 19:30:53   

Reply

Marsh Posté le 27-07-2004 à 19:33:44    

Code :
  1. $requete33 = "UPDATE ".$t1." SET affectation='$tempx' WHERE rang='".$tempr."' LIMIT 1";


 
 

Code :
  1. $requete34 = "SELECT affectation FROM ".$t1." WHERE rang='".$tempr."' LIMIT 1";


---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 27-07-2004 à 19:41:07    

ça m'affiche : 'Array' ...
 
merci ça a résolu 1 partie du pb...
 
bon j'y go

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed