hi,
i m not working a script
i m receiving this error, when i click continue buton:
this is writing on the address bar.
20<b>//premfs19/sites/premium19/georgeb/webroot/adlogger/adlogger/install/index.php</b>%20on%20line%20<b>109</b><br%20/>
at the explorer:
The page cannot be found
HTTP 400 - Bad Request
Internet Explorer
As you see it shows the hard disk path of the hosting company and I think that it must be shown of the domain url.
My hosting company supports php. But it stops on the line that includes 'request url'.
<form name="form1" method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
what can i do?
thank you.
i m not working a script
i m receiving this error, when i click continue buton:
this is writing on the address bar.
20<b>//premfs19/sites/premium19/georgeb/webroot/adlogger/adlogger/install/index.php</b>%20on%20line%20<b>109</b><br%20/>
at the explorer:
The page cannot be found
HTTP 400 - Bad Request
Internet Explorer
As you see it shows the hard disk path of the hosting company and I think that it must be shown of the domain url.
My hosting company supports php. But it stops on the line that includes 'request url'.
<form name="form1" method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
what can i do?
thank you.