Hi all,

I changed

>     function HTMLTable() {
>       $attributes[] = array("border", "0");
>       $attributes[] = array("cellpadding", "0");
>       // and some other things
>     }

to

    $attributes = array(array("border", "0"),
                        array("cellpadding", "0"));

but am still getting the same error.

What am I doing wrong here?

-- 
Regards,
Harshdeep Singh Jawanda.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to