I tried including a webpage to my site and i get this error.
Warning: include(chat/index.html?roomID=1&userName=mike4x4&avatarID=2) [function.include]: failed to open stream: No error in C:\Documents and Settings\Mike\Desktop\xampplite\htdocs\chat\chatharbour\windows.php on line 31
Warning: include() [function.include]: Failed opening 'chat/index.html?roomID=1&userName=mike4x4&avatarID=2' for inclusion (include_path='.;C:\Documents and Settings\Mike\Desktop\xampplite\php\pear\') in C:\Documents and Settings\Mike\Desktop\xampplite\htdocs\chat\chatharbour\windows.php on line 31
and this is part of my code:
<?php
include "chat/index.html?roomID=1&userName=mike4x4&avatarID=2";
?>
anyone know why







Bookmarks