PHP - Send Data to PHP with HTML Form

preview_player
Показать описание
Sending data to PHP from an HTML form is easy.
Рекомендации по теме
Комментарии
Автор

PHP is still king of the internet. So many PHP haters now days still dont realize PHP 7 is blazing fast. I am building awesome PHP apps with Laravel and a vue js front end.

HostDotPromo
Автор

I wish I had seen this a few years back. PHP is now making sense. Thanks

_Pence
Автор

thank you... so much :)

First assignment this year learning HTML and PHP. and this is just amazing

mrkoroka
Автор

Thanks very much Eli, I really enjoyed your video...

philipbrindle
Автор

Hello Eli,
My name is Ruud, from Amsterdam.
I just finished learning the basics of Html en Css.
Can you advice me which programming language to start learning next:
Javascript or Php?
It is meant for the front-end and back-end.

ruudkorunka
Автор

thanks for clearing my concept of how could i send the data from php one file to another. i was doin the same in the second file but in the first file i created the with the .html extension and then calling the (.html) in the php and the data was not sending in the php file but sir after watching your lecture i learned how could i send the data from one file to another in the php as i have to create both the files in php then only i could send the form values to the database or into the php file.

tahirzaman
Автор

eli, I have a question. I've been watching your videos religiously over the past days concerning linux administration and windows dhcp, active directory and dns. i came across a term in my studies (linux based) which i have never hear before. i was hoping you could clarify, the term is "direct kernel object manipulation".  i've watch many videos on the subject but I haven't  gain a real understanding of the term. if you have time, please make a video explaining "kernel manipulation" linux or in general. i went to your web site but i could not find any information so i decided to comment on your most recent post. please help, thanks & regards.

tonebaxter
Автор

Hey, I thought your shut down your channel. Was a bit worried though coz I enjoy your tutorials and videos.

tuffatank
Автор

What php framework you recommend us to work on?

mohamedshlibik
Автор

More advanced variant would be web services of the REST variety. Or the more strict variant : HATEOAS. Idea is : using HTTP(S) request more in depth as a language, and using PHP to send the HTTP(S)+JSON response.

Very useful as you can make a single server-side base for multiple client-side version of your website with each their functions and all. One client for desktop/laptop, one for tablets, one for smartphones, that would be one example of doing it, as all of these have the same server-side version in PHP. It's possible (with things like Cordova) to convert an HTML/CSS/JS application into an Android or iOS native application ready to publish in stores.

Darth
Автор

please make videos about php-curl <3

xrhd
Автор

Hi. Eli ! I love your videos :)
I used to watch your series on windows server 2012 and I applied everything you taught.
What if you create a playlist/album/series of PHP tutorial? Hehe that would be great.
Thanks for your videos and goodluck Eli.

carloautor
Автор

Is this not the difference between the proper meanings of "Coding" and "Programming", my school called it as coding for web application and programming for software Or... Maybe it's just a Qld thing?...

seanohutton
Автор

I know it is more advanced, however I believe you should awlays check your data input. I wish i learned that when i learned coding with forms $X = '/^(?:[A-z]){1, }$/m'; if(preg_match($X, $Data)){ /* action */}

Redisia
join shbcf.ru