Level 102
Store all the data they selected in session or database, and redirect to a new page where you retrieve it again. Just as you would if it was blade views
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I'm creating a booking system and I need a help regarding sending props over to another page. So I have on the main page is a search box, where you can choose the car, date to and from. Then I want to send the customer over to another page which is more detailed booking page but want to pass along these search criteria.
Is there any good idea how to do that? Best regards
Store all the data they selected in session or database, and redirect to a new page where you retrieve it again. Just as you would if it was blade views
Please or to participate in this conversation.