mld11 Posted May 22, 2010 Share Posted May 22, 2010 URL 1: /page/applications URL 2: /page/applications?record=1 URL 3: /page/applications?record=1&page=requirements If you notice in URL 3, I am attempting to pass the variable page. I would like to know how I can get the variable inside a template file. I have tried using the $_GET method, but it only ever returns 'applications' (no quotes). Any help is greatly appreciated. Link to comment Share on other sites More sharing options...
Michael Posted May 22, 2010 Share Posted May 22, 2010 Have you tried $this->request['page']? Link to comment Share on other sites More sharing options...
mld11 Posted May 22, 2010 Author Share Posted May 22, 2010 Have you tried $this->request['page']? No I have not, I'll try it right now. Edit: It didn't work... result: Edit2: It's because I'm using the variable 'page', but at least you showed me the code to get the variables, thanks. (Tried others before, just stuck with page) I totally forgot that it's FURLs, and that page is a variable. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.