CodeIgniter Forums
How to pass an #ID in the url - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to pass an #ID in the url (/showthread.php?tid=45744)



How to pass an #ID in the url - El Forum - 10-04-2011

[eluser]marega[/eluser]
Hello,

I have a single view. This view is divided into two slides/pages and a JS uses #IDs to navigate between said slides. Here it is: http://marega.net/files/

Now... here is the snag. I am using a simple form to send an email. It works fine. But, when I am serving the view I want to pass the appropriate #ID along with it in order for the user to see either success message or validation errors. It does not and is served the "index" slide.

How do I pass the #ID onto the URL?

Thank you guys!
/Marcus