Malcerous Posted August 23, 2007 Share Posted August 23, 2007 Hello All: I am running APACHE, PHP and MYSQL on my laptop (VISTA). This is used for a development environment that I can take with me anywhere. My problem is that when I run my (ex: test.php) test.php ------------ <?php $welcome="Hello World"; echo $welcome; ?> My browser shows -------------------- Hello World The only problem is if I click on view source (Firefox 2) I will see the following. --------------------------------------------------------------------------- <?php $welcome="Hello World"; echo $welcome; ?> Hello World -------------------------------------------------- I am not sure if this is a PHP or APACHE setting but I am finding it hard to get an answer from a search engine. Link to comment https://forums.phpfreaks.com/topic/66345-php-source-can-be-seen-from-view-source-in-browser/ Share on other sites More sharing options...
MadTechie Posted August 23, 2007 Share Posted August 23, 2007 i assume the firefox in one the same pc as apach, my first suggestion would be check it in IE see if its the same, if not then check the firefox addons (tools->addons) Link to comment https://forums.phpfreaks.com/topic/66345-php-source-can-be-seen-from-view-source-in-browser/#findComment-331919 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.