Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
mld11 Posted May 22, 2010 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.
mld11 Posted May 22, 2010 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.