Eugene Posted September 23, 2006 Share Posted September 23, 2006 [code=php:0]$sql->rsnclass->DBQuery("INSERT INTO some_table (username, name_of_field) VALUES('$name->_safe', '$do_stats->_name_of_array[3][0]')");[/code]In the database it outputs as Array[3][0], can someone help me with this problem. Link to comment https://forums.phpfreaks.com/topic/21772-array-help/ Share on other sites More sharing options...
shocker-z Posted September 23, 2006 Share Posted September 23, 2006 $sql->rsnclass->DBQuery("INSERT INTO some_table (username, name_of_field) VALUES('".$name->_safe."', '".$do_stats->_name_of_array[3][0]."')");Should do the trickRegardsLiam Link to comment https://forums.phpfreaks.com/topic/21772-array-help/#findComment-97238 Share on other sites More sharing options...
Eugene Posted September 23, 2006 Author Share Posted September 23, 2006 Thanks! Link to comment https://forums.phpfreaks.com/topic/21772-array-help/#findComment-97245 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.