probleme

Répondre
Snifant
le 13/12/2003 à 18:32
Snifant
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of sscanf(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\program files\easyphp1-7\www\emu-sted\news.php on line 27

voilà j'ai essayer de tester votre script de news mais il y a une ereur
aidez moi merci
S-n-i-f-a-n-t
Snifant
le 13/12/2003 à 18:47
Snifant
Parse error: parse error, unexpected '[', expecting '(' in c:\program files\easyphp1-7\www\emu-sted\insert_news_traitement.php on line 17
S-n-i-f-a-n-t
LA GLOBULE
le 13/12/2003 à 18:51
LA GLOBULE
Un $_POST par exemple ? (ainsi qu'une parenthese).

Relis ta ligne 17, chuis sur que tu vas trouver.
Snifant
le 13/12/2003 à 18:55
Snifant
oui j'ai reussis a reparer la ligne 17 mais ya un autre prob

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in c:\program files\easyphp1-7\www\emu-sted\insert_news_traitement.php on line 28
S-n-i-f-a-n-t
LA GLOBULE
le 13/12/2003 à 19:11
LA GLOBULE
Essaye comme çà :

$sql = "INSERT INTO news VALUES('','$_POST[auteur]','$_POST[titre]','$date','$_POST[news]')";
Répondre
LoadingChargement en cours