Warning: Missing argument 2 for bbcodeparse2() in /home/p0r1ng/public_html/forums/admin/functions.php on line 661
Warning: Missing argument 3 for bbcodeparse2() in /home/p0r1ng/public_html/forums/admin/functions.php on line 661
Warning: Missing argument 4 for bbcodeparse2() in /home/p0r1ng/public_html/forums/admin/functions.php on line 661
Warning: Missing argument 5 for bbcodeparse2() in /home/p0r1ng/public_html/forums/admin/functions.php on line 661
uh oh O.o Firefly, could you give me a quick howto on how to use functions like that? Im not quite sure, so what I ended up doing was $pagetext=bbcodeparse2($row['pagetext']);
But the code for the bbcodeparse2 is function bbcodeparse2($bbcode,$dohtml,$dobbimagecode,$dosmi lies,$dobbcode)
hmm. Do I even have to do the $pagetext= part? >.<
Actually, looking at it, it looks like I have to do
PHP Code:
bbcodeparse2($row['pagetext'],0,1,1,1);
But I would still know how to call it right ^_^