Hi,
As you were using register global variable I believe there will be no collision in variable names.
So the best way for you would be using "extract()".
what extract does is that it accepts an array as parameter and all key=> value pair become simple variable and their values respectively. i.e. if you write "extract( $_REQUEST );" in your code you will have $user_name defined automatically having the value entered by user in form. same happens for all fields in form.
Regards,
SK Imdad
Senior Software Engineer
Key Software Services Pvt Ltd
keyss.inwww.keysoftwareservices.com