concatenation in php and html
Posted
by sundar
on Stack Overflow
See other posts from Stack Overflow
or by sundar
Published on 2010-06-14T22:01:37Z
Indexed on
2010/06/14
22:02 UTC
Read the original article
Hit count: 414
html
$sun=$_POST["name"];
print "<ul>";
for(0;0<$sun;$sun++)
{
print "the value is".$sun."<input type="text" name="nam">";
}
print "</ul>";
is it correct............?if it is false ,plz solve correct answer.....
© Stack Overflow or respective owner