How to encode the PHP files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vani sri
Forum Commoner
Posts: 28
Joined: Fri Apr 25, 2008 12:20 am

How to encode the PHP files

Post by vani sri »

Hi all,

Is it possible to encode the PHP files.
EG:
If i give home.php to another user. That user can view the output on the browser. But the user view my file home.php as encrypted in the dreamweaver .

Regards,
vani
AXEmonster
Forum Commoner
Posts: 34
Joined: Fri Sep 05, 2003 11:27 am
Location: newcastle UK

Re: How to encode the PHP files

Post by AXEmonster »

hi

the best way to do this is to host it

let your users view the results as normal by serving it to them through a PHP enabled host.
Post Reply