Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: V1.11 --> Problem with INSERT

Quote Reply
Re: V1.11 --> Problem with INSERT In reply to
Okay...I found a solution by using the UPDATE function...

Code:

$SITEDB->do ("UPDATE SiteDay
SET LinkID = '$id',
DateAdded = '$today'
WHERE LinkID = $id
");


I just don't know why the plain INSERT function does not work...

Any explanations are greatly appreciated.

Regards,

Eliot Lee

Subject Author Views Date
Thread V1.11 --> Problem with INSERT Stealth 3439 Oct 3, 2000, 7:21 PM
Thread Re: V1.11 --> Problem with INSERT
Stealth 3361 Oct 3, 2000, 7:28 PM
Thread Post deleted by Clueless
Clueless 3356 Oct 3, 2000, 8:10 PM
Thread Re: V1.11 --> Problem with INSERT
Stealth 3354 Oct 3, 2000, 8:18 PM
Thread Re: V1.11 --> Problem with INSERT
pugdog 3334 Oct 3, 2000, 9:26 PM
Post Re: V1.11 --> Problem with INSERT
Stealth 3333 Oct 3, 2000, 9:33 PM