[PHP-WIN] insert data in to columns base on the selection of the list box.

2007-04-03 Thread sam rumaizan
Can you help me please? 1-I have created a while loop to populate the list box with the information of column1. 2-I need to update (add data) in to column2, column3, column4 base on the selection of the list box. echo''; $query = "SELECT column1 FROM table"; $re

RE: [PHP-WIN] insert data in to columns base on the selection of the list box.

2007-04-03 Thread Bill Bolte
When you say "update in to column2, column3..." are you referring to the list boxes or database tables? If it's the list boxes, are you wanting this to happen on the client side? Or are you putting the data all out at once? -Original Message- From: sam rumaizan [mailto:[EMAIL PROTECTED]

[PHP-WIN] Re: Gantt-charts in PHP?

2007-04-03 Thread zerof
Gustav Wiberg escreveu: Hi all! I've been looking around for any PHP-based component (object) that supports gantt-charts. (like MS-project look-a-like but on the web) Is there anything like that out there? (I have found some projects on sourceforge, but without screenshots or contactinfo... )

RE: [PHP-WIN] insert data in to columns base on the selection of the list box.

2007-04-03 Thread sam rumaizan
Thank you for your corroboration. Maybe my question wasn’t clear. What I need to do is: 1- I have a table in mysql with column1(Last Name), column2(address), column3(phone Number), column4(job), column5(favorite food) 2- I have created a while loop to populate the list box in my webpage. 3

Re: [PHP-WIN] insert data in to columns base on the selection of the list box.

2007-04-03 Thread sam rumaizan
bedul, This is what I need (don't worry about the variable names since they are different from my previous email.) '; $query = "SELECT Assign_Engineer FROM lodata"; $result = mysql_query($query); echo""; echo""; echo""; echo""; echo"Choose Name : "; while ($line = m