Hello Juan
If I declare &Telefono=4141414 in one line and in the next line I declare &Telefono=31453531, then I have overwritten the first variable.
What you need to change is the name of the variable. You need to append your ID number to the variable name.
So &Telefono01=4141414 and &Telefono02=31453531 will be two differently named variables.
Luck
Gabino
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php