PHP $GLOBALS as array issue -


i trying store array in $globals , using following code:

$globals['cols'] = array(); 

but seems printing word 'array' actual page being called.

any ideas why it's doing or how can around it.

there variable named $cols being echoed echoing 'array'. changed $globals['cols'] $globals['columns'] , it's been removed. thank replies


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -