Php password
audrey
-
brudao Messages postés 524 Date d'inscription Statut Membre Dernière intervention -
brudao Messages postés 524 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'ai un probleme avec l'authentification dans une application php telechargeé depuis le net c "timesheet" voila :
Code:
<?php
$DATABASE_HOST = "localhost";
$DATABASE_USER = "root";
$DATABASE_PASS = "mypassword";
$DATABASE_DB = "timesheet";
$DATABASE_PASSWORD_FUNCTION = "__DBPASSWORDFUNCTION__";
?>
voila l'erreur
Error:
Can't perform query: FUNCTION timesheet.__DBPASSWORDFUNCTION__ does not exist
SELECT password AS passwd1, __DBPASSWORDFUNCTION__('mypassword') AS passwd2 FROM timesheet_user WHERE username='admin'
aidez moi svp
j'ai un probleme avec l'authentification dans une application php telechargeé depuis le net c "timesheet" voila :
Code:
<?php
$DATABASE_HOST = "localhost";
$DATABASE_USER = "root";
$DATABASE_PASS = "mypassword";
$DATABASE_DB = "timesheet";
$DATABASE_PASSWORD_FUNCTION = "__DBPASSWORDFUNCTION__";
?>
voila l'erreur
Error:
Can't perform query: FUNCTION timesheet.__DBPASSWORDFUNCTION__ does not exist
SELECT password AS passwd1, __DBPASSWORDFUNCTION__('mypassword') AS passwd2 FROM timesheet_user WHERE username='admin'
aidez moi svp
A voir également:
- Php password
- Vu password - Télécharger - Confidentialité
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Livebox admin password - Guide
- Intel me password ✓ - Forum Carte-mère/mémoire
$DATABASE_PASSWORD_FUNCTION = "__DBPASSWORDFUNCTION__";