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

Valutazione Template - Joomla! Forum - community, help and support

SD Datastring Convention

First use of Arduino Uno : avrdude error on Blink uploading