| Variables? [message #26169] |
Wed, 06 July 2005 21:06  |
|
is there any type of memory problem by doing something like the following:
$name = "John Smith";
$name = "John Smith";
$name = "John Smith";
or maybe something like:
for (i=0; i<$m; $i++){
$name = "John Smith";
}
assuming $m is some positive integer like 10, etc
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
|
|
|
|
| Re: Variables? [message #26173 is a reply to message #26170] |
Wed, 06 July 2005 23:28  |
|
thanks. appreciate the info.
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
|
|
|