Support the ongoing development of Laravel.io →
Database Eloquent Blade
Last updated 1 year ago.
0

It's called sessions. Example is another framework, but you should catch the drift.

<?php
$spage = Session::get('dogpage');
$spsch = Session::get('dogsearch');
$aval = Session::get('dogaval');
echo "<a href=".DIR."dog/indexadmin?p=".$spage."&psch=".$spsch."&aval=".$aval.">Back to List</a>";
?>

Normally you return to a list page after an edit, not an add.

Last updated 9 years ago.
0

Thanks, this helped me get me in the right direction.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

ayyobro ayyobro Joined 25 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.