CodeIgniter Forums
want to display all text when I click on the title - 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: want to display all text when I click on the title (/showthread.php?tid=41419)



want to display all text when I click on the title - El Forum - 05-07-2011

[eluser]MrAmine[/eluser]
hi
I create a page that displays all posts from my base
Now I want to display all text when I click on the title
eg controller / SUBJECT / id
another exemple : www.mywebsite.com/forums/viewthread/133959/


want to display all text when I click on the title - El Forum - 05-07-2011

[eluser]InsiteFX[/eluser]
Maybe the URL Helper anchor ?

InsiteFX


want to display all text when I click on the title - El Forum - 05-07-2011

[eluser]MrAmine[/eluser]
i don't know i must use GET method or what ?


want to display all text when I click on the title - El Forum - 05-07-2011

[eluser]Nick_MyShuitings[/eluser]
Can you try and re-explain your question... cuz it isn't clear where you are having issues.


want to display all text when I click on the title - El Forum - 05-07-2011

[eluser]MrAmine[/eluser]
ok sorry;
Joined 03-21-2011

I create a page that displays all posts from my base
Now I want to display all text when I click on the title
for exemple in php 4 classic
?subject=2334
i want to create like this with codeigniter
subject/2334