Current time: 09-26-2024, 01:12 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Add User] -- insert a control
Author Message
Ryuuku Offline
Junior Member
*

Posts: 55
Joined: Apr 2007
Reputation: 0
Post: #34
RE: [Add User] -- insert a control
Solution found ! Wink

Code:
$dbh = DBI->connect('dbi:mysql:ispcp',$Mysql_Login,$Mysql_Mdp) or die "Echec de la connexion\n";
$query = "SELECT domain_name,domain_egw FROM domain WHERE domain_id = $dmn_id";
$sth = $dbh->prepare($query);
$res = $sth->execute;
while(@row = $sth->fetchrow_array) {
$dmn_name = $row[0];
$dmn_egw = $row[1];
}


I win a batltle ^^ but not the war yet Big Grin ^^
Go Go Go ^^

Ryu !
06-16-2007 12:15 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[Add User] -- insert a control - Ryuuku - 06-07-2007, 06:57 PM
RE: [Add User] -- insert a control - BeNe - 06-13-2007, 03:32 AM
RE: [Add User] -- insert a control - BeNe - 06-14-2007, 06:01 AM
RE: [Add User] -- insert a control - Ryuuku - 06-16-2007 12:15 AM

Forum Jump:


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