Categories > TinyButStrong general >

Display post variables in tbs

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: suneel
Date: 2011-07-04
Time: 08:59

Display post variables in tbs

how do we retrieve form post values ($_REQUEST, $_POST, $_GET) and display in tbs template
By: Skrol29
Date: 2011-07-05
Time: 01:18

Re: Display post variables in tbs

Hi,

[onload._REQUEST.x]
[onshow._REQUEST.x]

...
and so one...
By: suneel
Date: 2011-07-05
Time: 07:59

Re: Display post variables in tbs

Thanks Really useful.

I was referring to http://www.tinybutstrong.com/manual.php and i have not found any topic related to get or post methods. Is it not included in TBS manual?

By: Skrol29
Date: 2011-07-06
Time: 01:17

Re: Display post variables in tbs

$_REQUEST, $_GET, $_POST are also available under $GLOBALS['_REQUEST'],  $GLOBALS['_GET'] and  $GLOBALS['_POST']