[PHP] parse error in line??

2002-05-29 Thread Webby
? require 'common.php'; function DisplayErrMsg($message) { printf (blockquoteblockquoteblockquoteh3fontcolor=\#cc\ %s/font/h3/blockquote/blockquote/blockqoute\n,$message); } function authenticateUser($user, $password) { global $host, $httphost, $user_db, $password_db, $db,

[PHP] include http problem

2001-11-20 Thread Mike Webby
include (http://www.somesite.com/somepage.html;); Worked perfect on our unix box and our win98 machines but when we installed PHP on our Windows server it no longer worked and tottaly ignored the include unless we used the path instead like. include (somepage.html); [EMAIL PROTECTED]