Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
How to set a post value in fuelphp
  • Is there a way to set a $_POST value so that the next page can have access to it?
  • atabakatabak
    Accepted Answer
    same page :
    $_POST['asd'] = 'dsa';
    echo \Input::post('asd');
    or use Session in multi page

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion