Current time: 04-02-2025, 02:06 AM Hello There, Guest! (LoginRegister)


Post Reply 
change Webmail password
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: change Webmail password
Hallo!

wichti ist, dass die ersten zwei Zeilen korrekt ausgeführt werden - in der adodb.inc Datei wird die Variable $db gesetzt.

adodb.inc.php:
Code:
<?php
require_once'adodb5/adodb.inc.php';
define('host','localhost');
define('user','root'); //enter user access to table ISPC
define('pass','tucontraseña'); //enter your password
define('database','ispcp');
$db = ADONewConnection('mysql');
$db->Connect(host, user, pass, database);
?>

wenn das nicht klappt, kommt der Fehler von oben.

/Joxi
12-28-2009 09:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
change Webmail password - mad max - 12-28-2009, 07:14 AM
RE: change Webmail password - joximu - 12-28-2009 09:20 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)