Hello all,
I am trying to use the IRC Gateway Functions and am concerned that I may
not have PHP configured correctly. The problem with that is that i can not
find anything to add to the configure line to add the functions. Currently
all I have in my code is
<?
error_reporting (E_ALL);
$irc_open=ircg_pconnect('boots','127.0.0.1','6667');
?>
and i get
Fatal error: Call to undefined function: ircg_pconnect() in
/home/httpd/jbbent/ircopen.php on line 3
as my out put.
What am I missing????
Thanks for your help.