This series is a blessing. I'm not a begginer, but i'm still watching 'cause there's something very satisfying about Jeffrey writing vanilla PHP code lol
Hey Jeffery. I'm a lifetime member with laracasts and follow your content closely. If anyone hasn't mentioned this to you before, you are very good at what you do and provide so much value to people like me. Keep up the great work! -Mike
I have been coding PHP for years and I still get tips and ideas on how to solve things in my code. I know all of the form stuff, but that return-array and var-require thingy is a thing I’ve never thaught of and I love it! 😂 waiting very impatiantly on the next episode!
When you say, If(isset($_GET['search'] && !empty($_GET['search']) { $search = $_GET['search']; } else { return false; } What is it about this code that will cause the html form part of the code, below the PHP part, to fail to display ?
This series is a blessing.
I'm not a begginer, but i'm still watching 'cause there's something very satisfying about Jeffrey writing vanilla PHP code lol
me too. I've been doing this on and off for years but never really understood some tidbits in here
Me too
Ahaha ! So true 😆
exactly
Hey Jeffery. I'm a lifetime member with laracasts and follow your content closely. If anyone hasn't mentioned this to you before, you are very good at what you do and provide so much value to people like me. Keep up the great work! -Mike
Thanks, Mike! I appreciate that. - Jeffrey
if you create PHP advanced series it significantly helps us with our PHP journey 😍😍
+1!
I have been coding PHP for years and I still get tips and ideas on how to solve things in my code. I know all of the form stuff, but that return-array and var-require thingy is a thing I’ve never thaught of and I love it! 😂 waiting very impatiantly on the next episode!
Awesome Lesson waiting for the next one
When you say,
If(isset($_GET['search'] && !empty($_GET['search'])
{
$search = $_GET['search'];
} else {
return false;
}
What is it about this code that will cause the html form part of the code, below the PHP part, to fail to display ?
you are amazing🤍🤍🤍
please give us such that content
Please put PHP Mailer function
Is there any upcoming courses on laravel 8 or 9 ? Looking forward to learn from you
laravelfromscratch.com
@@laracastsofficial
But, it's two versions back(v8)😢. We are really hoping to learn laravel from scratch using v10😁.
Is there any chance to see this as a github repository? I would like to train with this code
Yes. Source code for each lesson is available on the main Laracasts website. phpforbeginners.com.
Hi,
so by your logic then note route should be, for example, ' /notes/show ' !!!!! 😅