|
Posted by Rik on 12/24/06 11:12
Chuck wrote:
> Hi,
>
> I'm using Apache, and I created a .php page and viewed it
> in Firefox, and discovered that all of the <? ?> content
> was visible using View Source.
>
> How do I hide that PHP code from users?
>
> That code necessarily has PHP commands for acessing
> a database and so on... sensitive stuff.
If you have enabled php and you still see the code, try using <?php to open
a php block, and look up short open tags.
--
Rik Wasmus
Navigation:
[Reply to this message]
|