NYCPHP Meetup

NYPHP.org

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

Hans Zaunere hans at nyphp.org
Mon Oct 6 16:22:32 EDT 2003



jon baer wrote:

> 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.

It's tricky, but maybe this can steer you in the right direction:

http://cvs.php.net/cvs.php/phpdoc?login=2
http://cvs.php.net/cvs.php/phpdoc/howto?login=2
http://www.php.net/manual/en/about.php

H





More information about the talk mailing list