Learn PHP: GET and POST

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Want more? Explore the library at www.codecourse...
    Official site
    www.codecourse...
    Twitter
    / teamcodecourse

ความคิดเห็น • 80

  • @PabloEscobar-nj8hy
    @PabloEscobar-nj8hy 8 ปีที่แล้ว +63

    Simple and straight forward. Pablo approves.

    • @youtubezombies
      @youtubezombies 7 ปีที่แล้ว

      the majestic Pablo is here O_O...................your holiness....may you have mercy on my poor soul?

  • @thischannelhasbeenprivated8172
    @thischannelhasbeenprivated8172 4 ปีที่แล้ว +3

    you can also use “Your name is” . $name . “and your age is” . $age
    Instead of “Your name is {$name} and your age is {$age}”

  • @wesleylopes1196
    @wesleylopes1196 8 ปีที่แล้ว +2

    Thanks for your videos, are very important to me... I train my English and learning PHP.

  • @JasonCtutorials
    @JasonCtutorials 9 ปีที่แล้ว +2

    Thanks man. I'm going to applying to this my apps. Greatest teacher ever.

  • @pepeback
    @pepeback 8 ปีที่แล้ว

    just an observation, by declaring "name="name"', even though we dont type anything in the text field, php isset() function, considers that it is actually set. Meaning a empty string would be considered as set.
    However empty() works as expected when you type nothing in the fields.

  • @lekenn2920
    @lekenn2920 3 ปีที่แล้ว +1

    I have never seen a video about web while including security at the same. Bro you are amazing 🙂

  • @juliopfamlord9645
    @juliopfamlord9645 3 ปีที่แล้ว +1

    MUITO BOA A EXPLICAÇÃO!!

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว

  • @leopng
    @leopng 10 ปีที่แล้ว +13

    Wow, that was very usefull ! Thank you so much !

    • @codecourse
      @codecourse  10 ปีที่แล้ว +2

      No problem! Glad you found it useful.

  • @bramdepittige
    @bramdepittige 6 ปีที่แล้ว

    This is insanely well done i appreciate the time and effort you've put in this video and the excellent explanation of post and get.

  • @TheBillaro
    @TheBillaro 7 ปีที่แล้ว +1

    Why does post allow you to send more data?
    get is for getting info from the database and post is for adding data to it?

  • @Venezuelangel
    @Venezuelangel 4 ปีที่แล้ว

    Not a Hindi accent, a butter-smooth English accent. Plus Good content. Wonderful.

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว

  • @ugiampaolo
    @ugiampaolo 2 ปีที่แล้ว

    What web server do you use? What installation did you do to activate php?

  • @graham8377
    @graham8377 9 ปีที่แล้ว

    Another fantastic video. Great job. I have a question. I've not seen someone use curly beaces around variables in the echo statement. What is the reason for doing that?

  • @ruleoflawedutainment
    @ruleoflawedutainment 3 ปีที่แล้ว

    When using the user input, I always get "undefined array key" even though the name is correct.
    Why?

  • @MayoraXSougo13
    @MayoraXSougo13 10 ปีที่แล้ว +2

    I love how all the basic PHP videos were posted on my birthday. xD

  • @ClassicCartoonsNL
    @ClassicCartoonsNL 8 ปีที่แล้ว

    Good video. Very explanative. Can you make a video regarding post comments in the same place where the post form is?

  • @TankManTO
    @TankManTO 9 ปีที่แล้ว +1

    Nothing happened to me

  • @DavidBrown-vg2nj
    @DavidBrown-vg2nj 9 ปีที่แล้ว

    Why did you use the htmlentities function rather than htmlspecialchars ?

  • @shaunmorrison
    @shaunmorrison 8 ปีที่แล้ว +1

    Thanks for the tutorial!
    I was surprised to find that isset still returns if empty as it's still set as an empty string. Would it be better to use the following?
    if(!empty($_POST['name']) && !empty($_POST['age'])) { do something }
    Would there be any reason to use isset at all if you have used !empty?

  • @maxperzon640
    @maxperzon640 10 ปีที่แล้ว

    Great Video!
    If i want to learn more about php, maybe do a small project with the knowledge from this Playlist. Do you recommend any other videos / video playlists of yours for that?
    Thanks!

  • @ayouballa9964
    @ayouballa9964 4 ปีที่แล้ว

    i don't know why post work like get? i use post and it shows the information in url Why???

  • @lipslide101
    @lipslide101 9 ปีที่แล้ว +5

    so name in PHP is like the id in javascript? right?

  • @DavidBrown-vg2nj
    @DavidBrown-vg2nj 9 ปีที่แล้ว

    During the video you received a Confirm Form Resubmission Warning. Is that normal, or is there something that can be coded to fix that issue ?

  • @seppedegeest5161
    @seppedegeest5161 7 ปีที่แล้ว

    the php code isn't truing in to a color ( it's not a function and typed exact the same as you) suggestions?

  • @circulartext
    @circulartext 10 ปีที่แล้ว

    i need this guy for my website musicworldtakeover

  • @derpmcderpinson8921
    @derpmcderpinson8921 3 ปีที่แล้ว

    Very helpful video! thank you:)

  • @ChristopherBaradi
    @ChristopherBaradi 8 ปีที่แล้ว

    Hi! Thanks for this wonderful guide. Is there any way i get and post image? Like layer image where on background an image then there will be second layer a text letter?

    • @tiileaf
      @tiileaf 5 ปีที่แล้ว

      Post an img url and set the src of the imsge to the url

  • @keanzoe
    @keanzoe 10 ปีที่แล้ว

    tutorial like this is very basic but most important..you should done this before..

  • @TheBillaro
    @TheBillaro 7 ปีที่แล้ว

    Jeepers..... mate.... this is an EXCELLENT TUTORIAL!

  • @dusanvrzina4452
    @dusanvrzina4452 5 ปีที่แล้ว

    great video, really made me understand it, thanks

  • @spiralings
    @spiralings 7 ปีที่แล้ว

    This is great, thanks for uploading.
    Even just the print_r() is SUPER helpful.

  • @dsstntech
    @dsstntech 8 ปีที่แล้ว

    this guy is the best

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว

  • @dnangel4277
    @dnangel4277 8 ปีที่แล้ว

    Great video. Very well explained.

  • @hayatchenaoui3816
    @hayatchenaoui3816 3 ปีที่แล้ว

    Thank you

  • @bakralbakri9565
    @bakralbakri9565 6 ปีที่แล้ว

    I have a question: since 4:31 you started using PHP's open-close tag even though you are within a php file. Is there a special reason for that ? And I feel like starting to differentiate between the two, many thanks!

    • @bartjanssen3172
      @bartjanssen3172 5 ปีที่แล้ว

      even though it is a php document you need to place the tags, so the code know what language ur typing in the document, same with in a php document.

  • @evaid4436
    @evaid4436 4 ปีที่แล้ว

    Thank you for this it really helped!

  • @SHA-xh1dq
    @SHA-xh1dq 5 ปีที่แล้ว

    Thx ))) very useful and i want to learn php more can i learn more from you

  • @PunjabiNorthenStar
    @PunjabiNorthenStar 8 ปีที่แล้ว

    hi, really it's very nice tutorial, thank you very much....

  • @7doreraweb943
    @7doreraweb943 4 ปีที่แล้ว

    Thanks bro!

  • @stendell09
    @stendell09 9 ปีที่แล้ว

    Dont work for me, there is no submit button?

  • @joshb162
    @joshb162 10 ปีที่แล้ว

    Hey Alex from phpacademy,
    Maybe you can help me but iam trying to build a user login system like you did alot of tutorials on but the case for me is I'm trying to do it horizontal like straight across on the left with the Widget that says welcome, username stuff on the right but cant really find any updated code to connect and echo out and build it with the new php code. I would like a remember me function for users to be remembered and forgotten username and password incase the users have forgotten theirs and a registration page for them to sign up with but I've searched all over but cant really find anything. Iam willing to send the html and css codes that i have or images of the login system iam trying to build for my website. any help will be appreciated.

  • @andreasstrohmeier8164
    @andreasstrohmeier8164 6 ปีที่แล้ว

    That was great! Thank you so much.

  • @_Garm_
    @_Garm_ 10 ปีที่แล้ว +3

    better late then never :D keepup the good work!

  • @mrtwreckz
    @mrtwreckz 10 ปีที่แล้ว

    this was perfect! thanks for the help

  • @mrsdhuha
    @mrsdhuha 8 ปีที่แล้ว

    this very good many thanks!!

  • @georgekiknadze6625
    @georgekiknadze6625 9 ปีที่แล้ว

    Great job!

  • @Knightfire66
    @Knightfire66 6 ปีที่แล้ว

    doesnt work for me ... i typed in the same code as you did...

    • @Knightfire66
      @Knightfire66 6 ปีที่แล้ว

      ok i needed to run it on a server...

  • @sal8jun
    @sal8jun 10 ปีที่แล้ว

    Thanks this helps a lot♥

  • @tryharder927
    @tryharder927 5 ปีที่แล้ว

    thanks alot trying to find this peice of info about 3 day :(

  • @julioc.dossantos
    @julioc.dossantos 9 ปีที่แล้ว

    Thank you.

  • @valentinionel
    @valentinionel 10 ปีที่แล้ว

    Thank you!

  • @daniyalkhan270
    @daniyalkhan270 9 ปีที่แล้ว

    thanks fot the tut..

  • @PatrickpmahonesMahoney
    @PatrickpmahonesMahoney 8 ปีที่แล้ว

    what program are you using there?

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว

  • @canban
    @canban 9 ปีที่แล้ว

    next what ? please

  • @MrGravelhunter
    @MrGravelhunter 3 ปีที่แล้ว

    2021?

  • @stendell09
    @stendell09 9 ปีที่แล้ว

    oh never mind...

  • @dloth
    @dloth 8 ปีที่แล้ว

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว

  • @redpilledpatriot6868
    @redpilledpatriot6868 6 ปีที่แล้ว