hello, I joined today;
I'm not new with PHP or MYSQL, but this the first time that I have a web hosting.
I meant, I have configured a local server in my computer with PHP5 and apache, but I'm new in "real" web hosting. Anyway, when I upload my first index.html with the text
<p> hello </p>
it renders "hello" in my navigator as expected, no problem with that.
but when I put
<p> hello </p>
<?php
echo "I'm a php script";
?>
it just renders the "hello" in the <p> tags. As if PHP were not installed;
SO I guess I have to configure something?
thanks in advance, have a super day.
I'm not new with PHP or MYSQL, but this the first time that I have a web hosting.
I meant, I have configured a local server in my computer with PHP5 and apache, but I'm new in "real" web hosting. Anyway, when I upload my first index.html with the text
<p> hello </p>
it renders "hello" in my navigator as expected, no problem with that.
but when I put
<p> hello </p>
<?php
echo "I'm a php script";
?>
it just renders the "hello" in the <p> tags. As if PHP were not installed;
SO I guess I have to configure something?
thanks in advance, have a super day.