6 messages in com.mysql.lists.mysqlRe: Add/Edit/Delete Form Woes
FromSent OnAttachments
David Blomstrom25 May 2004 01:43 
electroteque25 May 2004 02:35 
Paul Owen25 May 2004 03:49 
Ryan Fox25 May 2004 05:06 
Ryan Fox25 May 2004 05:17 
Ryan Fox25 May 2004 05:19 
Subject:Re: Add/Edit/Delete Form Woes
From:Ryan Fox (ryan@gmail.com)
Date:05/25/2004 05:19:42 AM
List:com.mysql.lists.mysql

$sql = "UPDATE Continents SET CCode='$CCode',Name1='$Name1',Type1='$Type1',Group='$Group',Hemisphere='$Hemisphere',ID1='$ID1'

Also, this has a pretty severe logic flaw. If someone changes the CCode field, this sql statement won't function as desired. :)