Re: Fonction inconnue !
Le 26/07/2007 13:39, Bethebeast a écrit :
>
> Seulement, quand j'appel la page login.php un message d'erreur me dit :
> Fatal error: Call to undefined function: connect_to_db() in
> /homepages/fields_login.inc on line 61
<http://fr2.php.net/manual-lookup.php?pattern=connect_to_db&lang=fr>
Sorry, but the function connect_to_db is not in the online manual.
Perhaps you misspelled it, or it is a relatively new function that
hasn't made it into the online documentation yet. The following are the
20 functions which seem to be closest in spelling to connect_to_db
(really good matches are in bold). Perhaps you were looking for one of
these:
connection_aborted
connection_status
connection_timeout
db2_connect
dbx_connect
dotnet_load
ftp_connect
hw_connect
hw_connection_info
hw_pconnect
ifx_connect
m_connect
maxdb_connect_errno
maxdb_connect_error
newt_button_bar
oci_connect
pg_connect
pg_connection_busy
pg_pconnect
yaz_connect
<cit.>
> Est ce que quelqu'un pourrait me dire où est le problème, parce que là
> je sens que je vais m'arracher le peu de cheveux qui me reste...
Le problème c'est que tu essayes d'appeler une fonction qui n'existe
pas. Si tu as récupéré ce script quelque part, peut-être y avait-il
aussi la définition de cette fonction que tu aurais oublié de recopier ?
|