[Solved] print result from mysql query [closed]


mysql_fetch_row will return the data in the array format. sot get the data you should use the below code:

$tweet->post('statuses/update', array('status' => "Trending topics".implode($message)));

solved print result from mysql query [closed]