Cory Berry <mailto:[EMAIL PROTECTED]> on Friday, March 05, 2004 12:45 PM said:
> $query = "Update table SET StartDate='$FormStartDate.=$i ' where > id=$i"; that doesn't really make sense. using the following values: $FormStartDate = "x"; $i = "y"; the output would be: "UPDATE table SET StartDate='x.=y ' WHERE id=y" what am i missing here??? > Because $FormStartDate1 is the name of the variable, I'm trying to > recreate the name of the variable with the for loop after "edit" is > submitted. i don't understand what you mean by "recreate the name of the variable". chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php