CodeIgniter Forums
Utilizing controllers from external sources - RESOLVED - 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: Utilizing controllers from external sources - RESOLVED (/showthread.php?tid=45600)



Utilizing controllers from external sources - RESOLVED - El Forum - 09-27-2011

[eluser]Unknown[/eluser]
Pardon the newb question. If I was building an application that needed to access the $_POST data from a external web form, what would be the best way to accomplish this? Do I need to build a view and have the external form post the data to it and then submit to my controller?

Thanks!