George
|
| Posted: 10/17/2002, 5:27 PM |
|
Hi all,
Probably a simple one, but I can't figure it out.
When I upload my project (PHP & Mysql) to the remote server and open the php
file in the browser I get the php text file?!? It is not translated to HTML.
How can that be? Hope somebody can help. Thanks in advance.
George
|
|
|
 |
Lee Irving
|
| Posted: 10/18/2002, 2:38 AM |
|
Sounds like your host is not set up correctly for PHP. Try a simple php file
info.php
<?
phpinfo();
?>
This should present a full info page. If not check with your hosting company
"George" <g.vdlee@wxs.nl> wrote in message
news:aonkhr$gan$1@news.codecharge.com...
> Hi all,
> Probably a simple one, but I can't figure it out.
>
> When I upload my project (PHP & Mysql) to the remote server and open the
php
> file in the browser I get the php text file?!? It is not translated to
HTML.
>
> How can that be? Hope somebody can help. Thanks in advance.
>
> George
>
>
>
|
|
|
 |
|