Re: [PHP] Anyone Can Help Me?

2004-03-16 Thread colpete
Hello, Put this in your httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Apache will know how to handle php scripts then. This note is displayed at the end of make install. Use scroll lock on your key board to page up to see. If you have to. Pete

RE: [PHP] Anyone Can Help Me?

2004-03-15 Thread Clifford W. Hansen
Harry, This could be due to a setting in your php.ini: short_open_tags = off Either set this to "on" or use Till We Meet Again... Clifford W. Hansen Operations Support Developer Aspivia (Pty) Ltd. +27 (0) 11 259-1150 (Switchboard) +27 (0) 11 259-1019 (Fax) +27 (0) 83 761-0240 (Mobile) [EMAIL

[PHP] Anyone Can Help Me?

2004-03-15 Thread Harry
Hi Guys, I'm a beginner on PHP and i just installed it on FreeBSD with apache. I already follow instructions at manual install then i create test file like test.php4 with .I browse to this file with IE but it can't display PHP info but when i brwose that file, it appears page with text ". Anyone