How to access post variable from single page?
Permalink
I want to access some post variables from a single page.
Rather than take $_POST['value'] I was looking to see if C5 could sanitise any post data coming n thru the API.
I was looking at calling $this->post in my single page but its null.
So is there an API way of getting and cleaning post variables for use?
Rather than take $_POST['value'] I was looking to see if C5 could sanitise any post data coming n thru the API.
I was looking at calling $this->post in my single page but its null.
So is there an API way of getting and cleaning post variables for use?