[PHP] Re: usr VAR value as a VAR Name

2006-01-25 Thread James Benson
if(isset($_POST['NAME_OF_FORM_VALUE'])) { // radio button was selected } Fernando Anchorena wrote: I'm stuck trying to get work this : This is an example page1.php === $sql_pro ="SELECT Sid FROM table"; $res_pro = @mysql_query( $sql_pro); while ($c

Re: [PHP] Re: usr VAR value as a VAR Name

2006-01-26 Thread Fernando Anchorena
Fisrt thx to all for yours answers, I'm updating the mail because in hte last mail I'didn express my self correctly : EXAMPLE page1.php === $sql_pro ="SELECT Sid FROM table"; $res_pro = @mysql_query( $sql_pro); while ($campo_pro = @mys

Re: [PHP] Re: usr VAR value as a VAR Name

2006-01-26 Thread Barry
Fernando Anchorena wrote: Fisrt thx to all for yours answers, I'm updating the mail because in hte last mail I'didn express my self correctly : EXAMPLE page1.php === $sql_pro ="SELECT Sid FROM table"; $res_pro = @mysql_query( $sql_pro); while ($

Re: [PHP] Re: usr VAR value as a VAR Name

2006-01-26 Thread Fernando Anchorena
Barry wrote: Fernando Anchorena wrote: Fisrt thx to all for yours answers, I'm updating the mail because in hte last mail I'didn express my self correctly : EXAMPLE page1.php === $sql_pro ="SELECT Sid FROM table"; $res_pro = @mysql_query( $sql_pro);

Re: [PHP] Re: usr VAR value as a VAR Name

2006-01-26 Thread Barry
Fernando Anchorena wrote: Barry wrote: Fernando Anchorena wrote: Fisrt thx to all for yours answers, I'm updating the mail because in hte last mail I'didn express my self correctly : EXAMPLE page1.php === $sql_pro ="SELECT Sid FROM table"; $res_p