Re: [PHP] Dynamic variables (with method=post)

2003-03-20 Thread Fabio Bot
Thanks John, Now it's running right. :) []'s Fabio. "John W. Holmes" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > > How do i receive dynamic variables with POST ? > > Please, see the code fragment. > > > > $ped_item = mysql_result($result, $j, 0); > > > > > > > > > nam

[PHP] Dynamic variables (with method=post)

2003-03-19 Thread Fabio Bot
Hi, How do i receive dynamic variables with POST ? Please, see the code fragment. $ped_item = mysql_result($result, $j, 0); "upd_item" was usually received. How do i receive "quantidade$ped_item" ? I have tried: $p1 = $_POST['upd_item'];// this is OK ! $p2 = $_POST['quantidade$upd_i