Pb login

Résolu
bibup Messages postés 7 Date d'inscription mardi 8 septembre 2009 Statut Membre Dernière intervention 8 septembre 2009 - 15 mars 2007 à 10:16
coucou747 Messages postés 12303 Date d'inscription mardi 10 février 2004 Statut Membre Dernière intervention 30 juillet 2012 - 15 mars 2007 à 13:39
Bonjour je debut le php et j'ai quelque difficulté.j'ai créé une base de donnée nommée proteam ou j'ai un table technicien: NumTech float  Non 0   NomTech varchar(20)latin1_swedish_ci Non    PrenomTech varchar(20)latin1_swedish_ci Non    LoginTech varchar(20)latin1_swedish_ci Non 0   PassTech varchar(20)latin1_swedish_ci Non 0 et j'ai fait un script pour le login mais sa ne marche pas pouvez vous m'aider je vous en remercie.

3 réponses

coucou747 Messages postés 12303 Date d'inscription mardi 10 février 2004 Statut Membre Dernière intervention 30 juillet 2012 44
15 mars 2007 à 13:39
t'as ta reponse...

Notice: Undefined variable: LoginTech
Notice: Undefined variable: PassTech

il manque $LoginTech=...; $PassTech=...;
3
coucou747 Messages postés 12303 Date d'inscription mardi 10 février 2004 Statut Membre Dernière intervention 30 juillet 2012 44
15 mars 2007 à 10:49
ajoute des or die(mysql_error()); et met le error_reporting a E_ALL, on pourra alors savoir d'ou ca vient...
0
bibup Messages postés 7 Date d'inscription mardi 8 septembre 2009 Statut Membre Dernière intervention 8 septembre 2009
15 mars 2007 à 12:21
voici ce que cela m'affiche après les modification:

Notice: Undefined variable: LoginTech in c:\program files\easyphp1-8\www\site proteam\logintech.php on line 9

Notice: Undefined variable: PassTech in c:\program files\easyphp1-8\www\site proteam\logintech.php on line 13

Warning: session_register(): Cannot send session cookie -
headers already sent by (output started at c:\program
files\easyphp1-8\www\site proteam\logintech.php:9) in c:\program files\easyphp1-8\www\site proteam\logintech.php on line 15

Warning: session_register(): Cannot send session cache limiter -
headers already sent (output started at c:\program
files\easyphp1-8\www\site proteam\logintech.php:9) in c:\program files\easyphp1-8\www\site proteam\logintech.php on line 15

Warning: Cannot modify header information - headers already sent
by (output started at c:\program files\easyphp1-8\www\site
proteam\logintech.php:9) in c:\program files\easyphp1-8\www\site proteam\logintech.php on line 16
0
Rejoignez-nous