Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] Hiding source when you can view source ? From: Adrian Smith (ade <email protected>)
Date: 07/05/00

Hi Everyone.

Is it possible to hide code that you echo to the screen, so that the code
gets executed and printed to the screen, however it can not be seen when you
view the source of the code.
Example code

<? echo "code here executed but not seen in source"; ?>

Adrian Smith