Wednesday, March 1, 2017

passing html element contents to another view

This has me stumped. What I think is a very simple task seems overly complicated to me. I have a start page with text element that contains a three letter code. I need to pass this code to the next page which uses the element as a query filter. This code is obtained initially via an API call, so I cannot obtain it from the database. I've been sifting through websites and the laravel documentation but am unable to find an answer to what would be a trivial task with the DOM. How do I pass this information to the next page? The laravel documentation is certainly not geared for a new user.




via user2774415

Advertisement