Re: [PHP-DEV] What's wrong with my PHP

2001-10-21 Thread Markus Fischer
Please ask support questions at [EMAIL PROTECTED] And, check what type '$this->a' is. It's probably not an array. - Markus On Sun, Oct 21, 2001 at 05:33:25PM +0800, fatbobman wrote : > when i try to open add a record to my db.. > php tell me > Warning: Cannot use a scalar value as an array in

[PHP-DEV] What's wrong with my PHP

2001-10-21 Thread fatbobman
when i try to open add a record to my db.. php tell me Warning: Cannot use a scalar value as an array in c:\program files\apache group\apache\htdocs\textdb\tdb.inc.php on line 127 127: $this->a[] = array($fieldname, $fieldtype); why ... my php.ini's wrong ...? how to edit it i'm using