<?php $mycontent=array("<p>Miller</p><p>23 South Street</p><p>likes steak medium</p>", "<p>Smith</p><p>14 West Drive</p><p>doesn#t drink milk</p>", "<p>Festinger</p><p>3 East Avenue</p><p>warches evening news every day</p>"); $h = "<table>"; // we are going to build the table in $h $maxcount = count($mycontent); // get the number of values within the array for ($i = 0;$i < $maxcount;$i++) { // counting $i up from 0 to $maxcount -1 ... $h.= "<tr><td>{$mycontent[$i]}</td></tr>"; // build row } $h.= "</table>"; // close the table echo $h; // echo it
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`