Ik wil een connectie maken met een irc server: http://www.phphulp.nl/php/tutorials/2/238/432/
Daarvoor gebruik ik dit script.Alleen krijg ik een error: Fatal error: Call to undefined function socket_create()
Ik heb nu gevonden hoe ik dit kan verhelpen.Ik moet m'n sockets configureren.Ik werk nu op een localhost.Maar hoe configureer ik nu m'n sockets?
Installation
The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure.