Re: [PHP] array() stuff

2001-04-11 Thread CC Zona
In article <000501c0c2f5$185e8e80$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Duke") wrote: > I'm trying to create the following array: > > $host_info = array( > "hostname" => "localhost" > "log" => "rocketbox_db.log" > "username" => $username > "pass

Re: [PHP] array() stuff

2001-04-11 Thread Gfunk
ursday, April 12, 2001 12:05 PM Subject: [PHP] array() stuff > I'm trying to create the following array: > > $host_info = array( > "hostname" => "localhost" > "log" => "rocketbox_db.log" >

[PHP] array() stuff

2001-04-11 Thread Duke
I'm trying to create the following array: $host_info = array( "hostname" => "localhost" "log" => "rocketbox_db.log" "username" => $username "password" => $password "database" => "rocketbox" "table" => $table ); however when