variable within a $row variable
Posted: Fri Aug 20, 2010 11:20 am
Not sure why this does not work?
Everything else calling the $software variable works within the code.
Results are blank?
Code: Select all
while($row = mysql_fetch_array($resultyes))
{
echo "<tr>";
echo "<td>" . $row['$software'] . "</td>";
echo "</tr>";
}
Results are blank?