Jump to content

Getting GET Variables...


Recommended Posts

Posted

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.

Posted

Have you tried $this->request['page']?




No I have not, I'll try it right now.

Edit: It didn't work... result:

post-144955-053109700 1274541027_thumb.p

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...