View Single Post
  #3  
Old 11-14-2004, 09:27 PM
 
scott_dev scott_dev is offline
 

Member
  
Join Date: May 2004
Location: San Diego, California
Posts: 12
 

Default

It looked like this:

<?php
#
# You can place your php here for the WELCOME PAGE of your site
#

$the_welcome="hello";
echo $the_welcome;
?>


<html>
<body>
</body>
</html>


The I tried:

<?php
#
# You can place your php here for the WELCOME PAGE of your site
#

$the_welcome="hello";
echo $the_welcome;


<html>
<body>
</body>
</html>

?>

An received this error:

Parse error: parse error, unexpected '>' in /home/10/public_html/ecommerce/myphp/welcome.php on line 10
__________________
Scott Robinson
X-Cart 4.0.0 - Heavily Modified
PHP version 4.3.9
Operating system Linux
Kernel version 2.6.8.1
Machine Type i686
Apache version 1.3.32 (Unix)
PERL version 5.8.4
MySQL version 4.0.20-standard
Reply With Quote