<?php
klmn("<input type='button' value='$x'>");
function klmn($st){
echo "<table>";
for ($x=1; $x<=12; $x++)
{
echo "<td>".$st ." </td>";
}
echo "</table>";
}
when ı run this code , ı cannot see buttons values from 1 to 12