AW: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread Sascha Meyer
Hi Nagendra, Nagendra wrote: > So, What if I define the same global variable twice, will this solve the > issue? No, this will most likely overwrite the values from the variables defined outside of the routine. I'll try to illustrate this a bit. [CODE] http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread nagendra prasad
So, What if I define the same global variable twice, will this solve the issue?