Skip to content
Advertisement

Tag: get

Laravel question, How to use _GET on Blade

I have a question that I cant solve at this moment. I have and URL like this: https://www.example.com/schedule/2020-02-26 i put the date on the URL with the next function: In this example $datevar is equal to “2020-02-26” My question is, How can I show the $datevar in my blade? Im trying with {{$datevar}} but I get an error. To put

Why doesn’t this get function receive the variable car?

*quick_searches.php This code items that similar to a search done on a previous page. Then is supposed to save the specific brand listed to car. test.php This section of code is supposed to get car = ‘.$row[‘brand’].’ from quick_searches.php and display it. Answer So your URL has spaces around the parameter values – these have been URL Encoded to %20.

Why you shouldn’t be using GET request? 3 options [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question We covered all these POST and GET requests topics in college but those three are still in my mind. I was

Advertisement