NYCPHP Meetup

NYPHP.org

[nycphp-talk] print parsing confusion

Alberto dos Santos yournway at gmail.com
Thu Apr 13 12:08:09 EDT 2006


You must set the value on the input.

 while( $row = mysql_fetch_array( $category ) )
{
 echo(
    "<tr><td>" .$row['expenses_cat_desc'] ."</td><td><input type=text
name=expense_cat value=" . $row['expenses_cat_number'] . " /></td></tr>");
}

And learn your syntax too...

On 13/04/06, Linux Rocks <linux_rocks1 at yahoo.com> wrote:
>
> Hello all:
>
> I am having a problem trying to get a text field get
> its name in a while loop like this expense_cat1,
> expense_cat2 ... etc. here's a snip of the code:
>
> while( $row = mysql_fetch_array( $category ) )
> {
>   echo( "<tr><td>" . $row['expenses_cat_desc'] .
>        "</td><td><input type=text name=expense_cat" .
> $row['expenses_cat_number'] . ("</td></tr>");
>
> }
>
> I pass this to another page and try to print it using
> $_POST['expense_cat1'] and is giving me an empty
> string.
>
> Now, I check phpinfo() and the variable name gets
> created as:
>
> $_POST['expense_cat1</td>']
>
> I don't know how I can get around this. What other
> function can I use to get this working correctly.
>
>
> Thank you in advanced for your help.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
> New York PHP Conference and Expo 2006
> http://www.nyphpcon.com
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>



--
Alberto dos Santos
Consultor em TI
IT Consultant

http://www.yournway.com
A internet à sua maneira.
The Internet your own way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20060413/84d2d977/attachment.html>


More information about the talk mailing list