Skip to main content

Thread: Apache/PHP Error


i installed apache , php using instructions found here:
http://tuxtweaks.com/2009/10/install...-karmic-koala/
these instructions php should working since got output, when try simple php entry:
code:
<?php echo “hello world”; ?>
i following error on firefox:
parse error: syntax error, unexpected t_string, expecting ',' or ';' in /var/www/test.php on line 2
what reason be, , how can fix this?

quote posted kchymet view post
i installed apache , php using instructions found here:
http://tuxtweaks.com/2009/10/install...-karmic-koala/
these instructions php should working since got output, when try simple php entry:
code:
<?php echo “hello world”; ?>
i following error on firefox:
reason be, , how can fix this?
replace ” "
here fixed version
<code><?php
echo "hello world";
?></code>


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Apache/PHP Error


Ubuntu

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'