Re: [PHP] re-creating a variable name

2004-03-05 Thread Cory Berry
s W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Cory Berry <mailto:[EMAIL PROTECTED]> on Friday, March 05, 2004 11:29 AM said: > Hello, I'm having difficulty dynamically creating a variable name for > mysql_query. [snip] > It doesn't

[PHP] re-creating a variable name

2004-03-05 Thread Cory Berry
Hello, I'm having difficulty dynamically creating a variable name for mysql_query. I've tried using variable variables. I tried to re-create the sql string by $a = "update table set startdate='$startdate" $a .= $i ." ' where id=$i"); but that didn't work. I'm dynamically creating each name of the i