Welcome Guest, Not a member yet? Register   Sign In
How to build a confirmation mail?
#3

[eluser]sophistry[/eluser]
CI does not like query strings. you can enable them in the config.php file but i have no experience with that. i've heard that it is not easy to support a wide range of querystrings.

you should probably just format your URLs so that CI can understand them:

Code:
http://missworldvote.client.ninesystems.com/votenow/email/[email protected]/ecode/7884bff7434b2c08a3f2d1b05c56cb5d

the url can then be parsed in your controller using CI functions (see this manual page for a good starting point for using CI style URLs).

NOTE: you will have to add the @ sign to the url allowed chars config item in config.php


Messages In This Thread
How to build a confirmation mail? - by El Forum - 07-05-2007, 10:18 PM
How to build a confirmation mail? - by El Forum - 07-06-2007, 08:40 AM
How to build a confirmation mail? - by El Forum - 07-06-2007, 09:56 AM
How to build a confirmation mail? - by El Forum - 07-06-2007, 10:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB