Hi All,
Please some help about building a var name:
for($i=1;$i<5;$ i++) {
$query=$("var" . $i);
//$var1
//$var2
//$var3
//$var4
}
Thank you in advance!
Jan
--
'I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry that
10 or 15 years from now, she will come to me and say 'Daddy, where were
you when they took freedom of the press away from the Internet?'
--
--Mike Godwin, Electronic Frontier Foundation <http://www.eff.org/br/>
Please some help about building a var name:
for($i=1;$i<5;$ i++) {
$query=$("var" . $i);
//$var1
//$var2
//$var3
//$var4
}
Thank you in advance!
Jan
--
'I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry that
10 or 15 years from now, she will come to me and say 'Daddy, where were
you when they took freedom of the press away from the Internet?'
--
--Mike Godwin, Electronic Frontier Foundation <http://www.eff.org/br/>
Comment