Encrypt a portion of a script?

Vid911

New Member
Is it possible to just encrypt a portion of a full php script?For example: Just encrypt the following, but leave the rest of the script non-ecrypted.\[code\]function getTimeStamp() { return time();}\[/code\]Thanks.
 
Back
Top