Re: Updating Multiple rows with Combo Box!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ave,

I guess the last query I tried was simply updating the database with the
value of the Hired form field:

$sql = "UPDATE contactdata SET hired='$hired' WHERE ID='$thisID'";
$result = mysql_query($sql) or DIE("Fatal Error: ".mysql_error());
         
I've tried using an array and running the query in a loop... Everything
seems to just set the Hired field to "NO" for all records/rows, in the
database, or not change anything at all!

Thanks.


On 8/22/05 9:27 AM, "Jay Blanchard" <jay.blanchard@xxxxxxxxxxxxxxxxxxxxx>
wrote:

> [snip]
>           <input type="hidden" name="thisID" value="<?php echo
> $row_tjContactFormData['ID']; ?>">
>           <SELECT name="hired">
>           <option value="YES" <?php
> if($row_tjContactFormData['hired']=="YES") { echo "Selected"; }
> ?>>YES</option>
>           <option value="NO" <?php if($row_tjContactFormData['hired']=="NO")
> { echo "Selected"; } ?>>NO</option>
>           <option value="NULL" <?php
> if($row_tjContactFormData['hired']==NULL) { echo "Selected"; } ?>>On
> Hold</option>
>           </SELECT>
> 
> But none of my Queries are working. What I want to do is, when the form is
> submitted, it should just simply update the Œhired¹ field with whatever
> value has been selected for that row in the Combo Box.
> [/snip]
> 
> Can you post the query you are using?
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
251 River Street
Troy, NY 12180

Tel: (518) 266-0909 x154
Fax: (518) 266-0909
Email: rahul@xxxxxxxxxxxxxxxxxxxx
http://www.informed-sources.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux