Posts Tagged ‘CodeIgniter’

Passing Email Addresses in URLs With CodeIgniter

Apr 22

CodeIgniter has some handy security features that sometimes get in the way. One such feature is URI scrubbing for disallowed characters. There are probably more secure ways to tell a script what email address to use than to pass it directly via URI. I’m using this for a simple intranet application to manage email recipientsRead the whole post.

 

Fun with CodeIgniter 1.7.0

Jan 14

I find I enjoy programming with PHP much better than I do with VB .NET. Despite the fact that I like some aspects of VB.NET I still have more control with PHP and CodeIgniter.