>>3
ironically, i pasted html character codes in an effort to HELP you, but it appears that shii [b][o]DIDN'T[/i][/b] want me to!
Name:
Anonymous2010-06-13 21:55
its for a chat program, ajax chat that works with php smf ybb phpbb...
I want to do this:
<?php
// Chat bot messages
if(stristr($text, 'how do I shot web?'))
{
// KEYWORDS TRIGGER START
$this->insertChatBotMessage(
$this->getPrivateMessageID(),
"\nlol ¯\(°_o)/¯ IDK?\n" //This is what the chatbot says when the visitor enters help me anywhere in a sentence!
);
}