Hooded_Villian
04-03-2008, 12:05 PM
Just started fooling around and studying PHP. Was using an old manual for PHP 4 but decided www.w3schools.com/php was the way forward. Thanks Znupi...
Question is this: Here is a snippet of the code I put together for a sample and testing/learning purposes.
When I upload the default.html page to my webserver, the php code doesn't show up, yet I thought if u embedded into the html it should.
Take a look at www.myowntestpage.com for what I been fooling aroung with so far.
<body bgcolor="#000000" leftmargin="0" topmargin="30" marginwidth="0" marginheight="0">
<center>
<font color="#FFFFFF">
<?php
echo "Hello to all of you. This is just a php test, so pls ignore";
?>
</font>
<table id="Table_01" width="801" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
Question is this: Here is a snippet of the code I put together for a sample and testing/learning purposes.
When I upload the default.html page to my webserver, the php code doesn't show up, yet I thought if u embedded into the html it should.
Take a look at www.myowntestpage.com for what I been fooling aroung with so far.
<body bgcolor="#000000" leftmargin="0" topmargin="30" marginwidth="0" marginheight="0">
<center>
<font color="#FFFFFF">
<?php
echo "Hello to all of you. This is just a php test, so pls ignore";
?>
</font>
<table id="Table_01" width="801" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>