
02-22-2005, 03:08 PM
|
|
|
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by flypaper
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "pmtext\n\t(fromuserid, fromusername, title, message, touserarray, iconid, dateline, showsignature, allowsmilie)\nVALUES\n\t(1, '" . addslashes(fly) . "', 'test', 'this is a test', '" . addslashes(serialize(1)) . "', 0, " . TIMENOW . ", 0, 1)");
So would that be a valid query for the first one?
edit: I guess not.
I suck at this.
|
Oops. I forgot I needed all the REQUIRE stuff at the top. HAHAHAHAHA
Now I don't get an error, but cant see the message inserted. =(
|