Query Strings

Posts Tagged ‘Query Strings’

CodeIgniter in its infinite wisdom decided to destroy the $_GET variable data and overwrite it with the URI segments. That’s all well and good for a website which uses 100% CodeIgniter and doesn’t interact with external websites / payment gateways / API’s etc. If you are in the majority and DO need to be able [...]

Continue Reading -»