Posted by Ian Davies on 06/07/06 21:55
please ignore
Ive sorted it
ian
"Ian Davies" <iandan.dav@virgin.net> wrote in message
news:2SHhg.15450$x53.7020@newsfe1-win.ntli.net...
> I am using a simple delete statement in my php script (below)
>
> $q = "DELETE FROM commenttype WHERE TypeID=".$_POST['selectcat'];
>
> the problem is it doesnt delete the whole row it only deletes the text in
> one of the fields of the row. Has anyone else had a similar problem?
> It works when I run the sql directly from a program such as mysqlphp
>
> ian
>
>
[Back to original message]
|