Jump to content

Question of insert item in 'While'


mrwhiteboy

Recommended Posts

Hi all, I need some help. THanks.

I have 2 data base, member and list.
I made a table show my member list, and they have own textbox for units and price.

eg.(index.php)

<form name="form1" method="post" action="modify.php">
<?
$query=mysql_query("select * from member");
while (list($no,$id)=mysql_fetch_rows($query))
{
echo "<tr><td>".$id;
echo "<td><input type=text name=price>";
echo "<td><input type=text name=units>";
}
echo "<tr><td><input type=submit name=submit>";
?>

then I want insert member, price and units into the 'list',
How to define price and unit set to each member?

Thanks you so much. I thing about this over 4 days but can't solve.
Link to comment
Share on other sites

  • 2 years later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.