PHP For Beginners, Ep 25 - Intro to Forms and Request Methods

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

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

DaviMartins
Автор

if you create PHP advanced series it significantly helps us with our PHP journey 😍😍

frsn.bangladesh
Автор

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

swancompany_inc
Автор

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!

jonasbirkelof
Автор

Awesome Lesson waiting for the next one

abelmarkos
Автор

you are amazing🤍🤍🤍
please give us such that content

AKYY
Автор

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 ?

NedumEze
Автор

Is there any upcoming courses on laravel 8 or 9 ? Looking forward to learn from you

ShubhamMishra-uwyi
Автор

Hi,
so by your logic then note route should be, for example, ' /notes/show ' 😅

jediampm
Автор

Is there any chance to see this as a github repository? I would like to train with this code

devnullex