[RESOLVED] doubt
Posted: Wed Sep 05, 2007 7:28 am
shall we assign numbers as textbox ID ?
or any rules to assign ID to text box ?
or any rules to assign ID to text box ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You mean using *only* numbers? I'm fairly sure it is against the CSS standards to start the ID with a number.vinoth wrote:ok fine If we use Numbers also It was worked but I don't know any rules for that or not
Code: Select all
(for $i=0;$i<5;$i++)
{
echo "<input type='text' id='$i'>
}