|
Posted by <Bon plan> on 09/28/88 11:49
Hello, i need help please.
I'have no value for mssql_query()
What is Resource id #4 ?
$ConnectionMSSQL retourne Resource id #4
Informations ??? OK ... I have ....
IdGenre 1
Le Nom Moi
Prenom Moi
Date de Naissance 02/04/1982
Login Test ID
Password Test Pass
Date d'inscription 5/06/2006
Email mail@toto.com
Tel Fixe 381
Tel Portable 6613
Case cocheContact Par Email 1
Case cocheContact Par Telephone 1
IdPersonne : 72
Voila la requete : INSERT INTO Personne (IdPersonne, IdGenre, NomUsuel,
PreUsuel, DateNaiss, Login, Password, DateInscription, Email, TelFixe,
ContactParEmail, ContactParTelephone, TelPortable) VALUES ('72', '1', 'Moi',
'Moi', '02/04/1982', 'Test ID', 'Test Pass', '5/06/2006', 'mail@toto.com',
'381', '1', '1', '66713')
DANS LE CODE :
$sql = "INSERT INTO Personne (IdPersonne, IdGenre, NomUsuel, PreUsuel,
DateNaiss, Login, Password, DateInscription, Email, TelFixe,
ContactParEmail, ContactParTelephone, TelPortable)
VALUES ('$Nouveau', '$IdGenre', '$NomUsuel', '$PreUsuel', '$DateNaiss',
'$Login', '$Password', '$DateInscription', '$Email', '$TelFixe',
'$ContactParEmail', '$ContactParTelephone', '$TelPortable') " ;
$requete = mssql_query($sql, $ConnectionMSSQL);
echo ("Voila la valeur attendue de mssql_query ici -- -- $requete !!! !!!
!!!<br><br>");
$ConnectionMSSQL retourne Resource id #4
Voila la valeur attendue de mssql_query ici --> <-- !!! !!! !!! RIEN
Erreur requteINSERT INTO Personne (IdPersonne, IdGenre, NomUsuel, PreUsuel,
DateNaiss, Login, Password, DateInscription, Email, TelFixe,
ContactParEmail, ContactParTelephone, TelPortable) VALUES ('72', '1', 'Moi',
'Moi', '02/04/1982', 'Test ID', 'Test Pass', '5/06/2006', 'mail@toto.com',
'38941', '1', '1', '66713')
[Back to original message]
|