Thursday, 30 August 2018
Subscribe to:
Post Comments (Atom)
$array = array_merge ($comments, $tweets);
foreach ($array as $commentortweet)
{
echo '<li>'. $commentortweet->picture. $commentortweet->message . $commentortweet->updatetime .
$commentortweet->content. $commentortweet->user . $commentortweet->author .'</li>';
}
echo '</ul>';
shuffle($array)
. You may then loop through the new order and print them out.Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment