PDA

View Full Version : Ohh No's


Neo
06-03-2003, 08:56 AM
Now way when I try to submit a new post does it not work.. I have tryed many times and know this is the correct way to do it since I have done it with threads..


$DB_site->query("INSERT INTO post");


should submit a empty post... but it doesnt do a damn thing, even if I add all the rows and such..

- thzzzz

Xenon
06-03-2003, 09:16 AM
hmm, this should create an empty invisible code, you'll just see it in the modcp moderate posts function i think

Neo
06-03-2003, 09:27 AM
well I started to think again and came up wtih

$DB_site->free_result();

and it worked again. Thanks though. :)