Zend - The PHP Company




Code Gallery: hulkeypoo


key.com  

Type: application
Added by: hulkeypoo
Entered: 04/10/2003
Last modified: 31/10/2002
Rating: - (fewer than 3 votes)
Views: 4566
Keycom Version2 (production tested)- This is a class to store values in a conacated string. This string can then be passed as a post variable to a child program. As the internals of the variable are not exposed this provides the most security. A companion script securepage.php checks for the existance of this post variable. The combination of the class and script allows for completely secure (cookie-less) www programing with spider friendly clean urs's.


key_com  

Type: class
Added by: hulkeypoo
Entered: 15/09/2003
Last modified: 09/12/2002
Rating: - (fewer than 3 votes)
Views: 3911
// ********* License COMPLETELY FREE NO GUARENTEE ******************** // keycom_class - where security is essential. Cookieless passing of post variables. // This class will enable the user to pass all necessary variables in a // secure fasion to the child php page. // it accomplishes this by creating objects that search and or replace the // variables one desires to pass in a conacated string // This is shot # 2 on creating classes so beware // Thanks for your interest. Ian A. Stewart




Search