I have a controller that redirects the user to another page and sends some data along in the form of...
Using L4. I have this setup: Index page (index.php) has the log in form. My route: Route::post('das...
mcraz, Yes it works and $user = DB::select("CALL spGetLOAData('$email')")[0] is actually m...
mcraz, OK. I gave it a go and it works. There is a small caveat though. The code has to be modified...
@mcraz and bomberman1990, Thank you for the help and ideas. I'll give them a try when I get home tod...
The Laravel portal for problem solving, knowledge sharing and community building.
The community