# Hiding HTML from source code \[PHP\]

**URL:** https://forum.kirupa.com/t/hiding-html-from-source-code-php/199500
**Category:** programming
**Created:** [September 3, 2006, 5:43am UTC](https://forum.kirupa.com/t/hiding-html-from-source-code-php/199500 "2006-09-03T05:43:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thesleuth](https://avatars.discourse-cdn.com/v4/letter/t/e99b99/32.png) [@thesleuth](https://forum.kirupa.com/u/thesleuth)
#### Post date: [September 3, 2006, 5:43am UTC](https://forum.kirupa.com/t/hiding-html-from-source-code-php/199500/1 "2006-09-03T05:43:25Z")

</div>

Is there anyway that I can use PHP to hide HTML code from the source. See, I’m giving variables to flash(swf) through HTML ‘flash.swf?var=value&secondvar=secondvalue’ I don’t want my users to see the variables therefore I use PHP to put ‘?var=value&secondvar=secondvalue’ in for me. However, when the users view the source, they will see that and I don’t want them to.
