|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-07 14:52 UTC] sniper@php.net
[2001-06-11 06:39 UTC] akhil_chugh at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 03:00:01 2025 UTC |
i tried to configure php 4.0.5 with mysql 3.23.38 i first downloaded and started the mysql server it is working fine with any user name. i am sure of that then i installed php 4 with the options as ./configure --with-mysql=/usr/local/mysql --with-apxs i checked up my apache configuration and it had DSO pre confiured the make and install of php was successfull i restarted the apache server after addign the lines for loading the php type as AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps but now even if a run a simple hello world php i get a error as below the file i was runnign was <html><head><title>PHP Test</title></head> <body> <?php echo "Hello World<p>"; ?> </body> </html> and the error i got was of this form hello.php: parse error, expecting `'('' on line 3 <?php echo "Hello World" <p>?> pls suggest what can i do about it??