NYCPHP Meetup

NYPHP.org

[nycphp-talk] Re:forum.nyphp.org

jon baer jonbaer at jonbaer.net
Mon Oct 6 10:27:27 EDT 2003


hey,

im actually working on something called "smartboard" which is an integration
of AIML for FAQs (AIML is just a regex-like XML pattern matcher used in AI
chatbots) and phpBB, ive already coded SOAP/RPC functionality into the AIML
side + it will mainly be for the nycwireless stuff (hardware/software/device
faqs) ... im mainly looking to parse examples from the php.net manual ...
for example:

http://us3.php.net/mysql_connect
<?php
    $link = mysql_connect("localhost", "mysql_user", "mysql_password")
        or die("Could not connect: " . mysql_error());
    print ("Connected successfully");
    mysql_close($link);
?>
does anyone know if there is a methodical way to grab it from the site
(either XML based or text based) so
that it could be integrated?  or do you think i should do this w/ offline
docs?
i will donate the work if i can get it going.
- jon





More information about the talk mailing list