jaic Posted September 3, 2006 Share Posted September 3, 2006 HiJust starting to set up apache, php and mysql, all new to this, but cant get .php files to read in html browser, but when i take out "echo" lines, they read as standard .html files, can anyone help me configure my machine so i can get started please, thanks.Jai Link to comment https://forums.phpfreaks.com/topic/19560-php-html-parsing/ Share on other sites More sharing options...
paul2463 Posted September 3, 2006 Share Posted September 3, 2006 are you using the php tags?[code]<?phpyour code here?>[/code] Link to comment https://forums.phpfreaks.com/topic/19560-php-html-parsing/#findComment-85091 Share on other sites More sharing options...
Mutley Posted September 3, 2006 Share Posted September 3, 2006 It is very most likely that your Apache web server isn't setup correctly, you have to add the PHP settings into the config file for Apache, otherwise it won't detect it as PHP resulting in it being displayed as text (html). Link to comment https://forums.phpfreaks.com/topic/19560-php-html-parsing/#findComment-85093 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.