|
Posted by Pedro Graca on 10/09/06 14:17
Garry Jones wrote:
> This is misfiring. Anyone see the problem?
>
> mysql_query("UPDATE scfmforening SET scfmpad=$scfmpad, scfmpnm=$scfmpnm,
> scfmort=$scfmort, scfmwww=$scfmwww, scfmwww=$scfmwww, scfmept=$scfmept,
> scfmkom=$scfmkom WHERE scfmnum=$scfchknum ");
>
> Thanks for any help in this matter.
Try it with appropriate substitutes for the $variables
outside the PHP script (in a command-line SQL tool)
UPDATE scfXXX set scfYYY=14, scfZZZ=88 WHERE scfKKK=-13;
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
[Back to original message]
|