hai, when i am using socket function in php3 for apache web server this is error i am getting
"Fatal error: Call to unsupported or undefined function socket()"
Can any one tell me what might be the problem
Naveen
If you read the manual page for socket() you'll see this:
(PHP 4 >= 4.0.2)
PHP3 has no such function.
Thanks for that what should i do for creating socket. don't we have any method for creating socket in php3?