Hello Guys,
Just want to ask.When we upload our php pages on the client server,
we provide the code to the client.
I think in asp.net we provide only the .aspx pages not the code.
so like asp.net,is it possible in php?
| SitePoint Sponsor |



Hello Guys,
Just want to ask.When we upload our php pages on the client server,
we provide the code to the client.
I think in asp.net we provide only the .aspx pages not the code.
so like asp.net,is it possible in php?
Barbara
You can encode your PHP with software like this.
http://www.zend.com/store/software/z...pb=guard-ga-30
http://www.ioncube.com/sa_encoder.php
There are some free ones out there, check SourceForge or FreshMeat
Edit:
Some free ones.
http://freshmeat.net/projects/microcode/
ASP.NET is compiled not encoded so you really are still giving the code just in its compiled state.
And it can be decompiled.
Bookmarks