I noticed that the $_ENV['QUERY_STRING'] picks up everything after the "?" of the php module. I have a module with several fixed number of parameters. What I wanted to do is pass a single parameter such as "12345A67890A123" then I'll cut the parameter using "A" as the marker for the first, second and third parameter. Is that possible? if yes, how do I divide the string?
Thanks! :)