anapajari s/travail/glanding on hfr/gs; | ah... je dirais que tu es en train de reprendre un script réalisé par quelqu'un d'autre Bref ça à l'air plutot bien écrit, utilise donc la même syntaxe:
Code :
- $query_Recordset1 = "SELECT count(*)+1 as NB FROM `$bddy` ORDER BY ID DESC";
- $row_Recordset1 = mysql_fetch_assoc($Recordset1);
- $num = date('Ym').'-'.($row_Recordset1['NB']);
- ...
- $insertSQL = sprintf("INSERT INTO `2007` (NOM, PRENOM, NUMERO) VALUES (%s, %s, %s)",
- GetSQLValueString($_POST['NOM'], "text" ),
- GetSQLValueString($_POST['PRENOM'], "text" ),
- GetSQLValueString($num, "text" )
- );
|
A voir si GetSQLValueString existe pour un type date
|