MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 24th, 2000, 03:27 AM
stujohnson stujohnson is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 61 stujohnson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
From reading past posts I 'think' this should work but it isn't. Help please.

I am trying to update the column 'ourpage' in all rows of the database busdir2 where cat=farming. It reads only rows where cat=farming correctly but isn't getting the ourpage value into the table.

****************
$result = mysql_query("SELECT * FROM busdir2 WHERE cat='FARMING' ORDER by state, city, who ASC",$db);
if ($myrow = mysql_fetch_array($result))
{
do {
printf("%s , %s , %s<BR><BR><BR>n", $myrow["cat"], $myrow["ourpage"], $myrow["id"]);

{
"UPDATE busdir2 SET ourpage = 'newvalue' WHERE id=$id";

}


} while ($myrow = mysql_fetch_array($result));
}
else
{
echo "Sorry, no records were found!";
}

*************************
The printf() was inserted to check which rows were being picked out. Should it be removed for the update to work?

Grasping at straws,

stujohnson

Reply With Quote
  #2  
Old October 24th, 2000, 05:48 AM
Sepodati's Avatar
Sepodati Sepodati is offline
Banned
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Dec 1999
Location: Afghanistan
Posts: 14,385 Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)Sepodati User rank is General 12nd Grade (Above 100000 Reputation Level)  Folding Points: 72081 Folding Title: Intermediate FolderFolding Points: 72081 Folding Title: Intermediate FolderFolding Points: 72081 Folding Title: Intermediate FolderFolding Points: 72081 Folding Title: Intermediate Folder
Time spent in forums: 2 Months 4 Weeks 17 h 54 m 43 sec
Reputation Power: 1784
Send a message via ICQ to Sepodati Send a message via Yahoo to Sepodati
Is this your actual code? You're update shoudl be within mysql_query().

Also, I think you can do this update with just one sql statement.

$result = mysql_query("UPDATE busdir2 SET ourpage='newvalue' WHERE cat='FARMING'");

Isn't that what you're shooting for?

---John Holmes...

Reply With Quote
  #3  
Old October 24th, 2000, 04:03 PM
stujohnson stujohnson is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 61 stujohnson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Thanks John.

The above did the trick.

stujo

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > update not going through


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway