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
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"
>
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
3 matches
Mail list logo