logo
Published on Code2Design (http://code2design.com)

php.ini setting?

By WarpNacelle
Created Jun 2 2007 - 7:25pm

Is there a setting in the php.ini file that would cause this to happen:

Using data from mysql_fetch_array($query, MYSQL_ASSOC)

$data[name] fails

but

$data['name'] is okay. (It's the single quotes that work.)

Or perhaps it's something new in a more current release of php I am unaware of because I've been using the first method for quite sometime.

Any ideas?

Thanks!

‹ Struggling to create a mysql form [0] True or False › [0]

Source URL:
http://code2design.com/forums/php_ini_setting