PHP complete course in Hindi | Full php tutorial

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024
  • Hi everyone, This is php full course in Hindi language. Here we learn PHP step by step in hindi with anil sidhu.
    Complete PHP tutorial,
    full PHP course
    PHP full course
    complete PHP course
    0. (00:00​) PHP complete course Introduction
    1. (04:56) What is PHP in Hindi
    2. (11:33)​ Install PHP in Windows
    3. (18:52​) Install PHP in macOS
    4. (25:32​) Hello world in php
    5. (32:20​) Echo in PHP
    6. (41:02​) Variables in PHP
    7. (51:49​) Variables rules in PHP
    8. (01:01:50) HTML with PHP
    9. (01:14:08) Display error in PHP
    10. (01:19:33) constant in PHP
    11. (01:29:43) Data type in PHP
    12. (01:44:42) Comments in PHP
    13. (01:52:15) How PHP works
    14. (02:00:00) Operator in PHP
    15. (02:04:30) arithmetic operators in PHP
    16. (02:12:32) Assignment operators in PHP
    17. (02:22:40) Comparison operators in PHP
    18. (02:37:02) Increment decrement operators in PHP
    19. (02:43:09) String operators in PHP
    20. (02:52:06) conditional statement in PHP
    21. (03:00:47) If else condition in PHP
    22. (3:07:12) else if condition in PHP
    23. (3:15:22) Switch statement in PHP
    24. (3:23:17) Logical Operators in PHP
    25. (3:35:56) Loops in PHP
    26. (3:47:38) Break and continue in PHP
    27. (3:55:21) Nested For loop in PHP
    28. (4:02:21) While loop in PHP
    29. (4:07:53) DO While loop in PHP
    30. (4:12:21) Go to the statement in PHP
    31. (4:22:08) Functions in php
    32. (4:35:30) function with params in PHP
    33. (4:44:00) function with return statement in PHP
    34. (4:56:18) Nested functions in PHP
    35. (5:02:24) Variable functions in PHP
    36. (5:09:23) Important functions in PHP
    37. (5:21:07) Array in PHP
    38. (5:26:21) Types of Array in PHP
    39. (5:37:52) For each loop in PHP
    40. (5:45:26) Associative array in PHP
    41. (5:54:45) Multidimensional array in PHP
    42. (6:05:38) Display array data in table in PHP
    43. (6:15:13) Multidimensional associative array in PHP
    44. (6:24:06) Remove and add element in PHP array
    45. (6:30:22) Type casting in PHP
    46. (6:40:24) $_REQUEST in php
    React js Latest Playlist in Hindi: • React tutorial for beg...
    inst id: @code.steps

Комментарии • 105

  • @codestepbystep
    @codestepbystep  4 месяца назад +16

    Please Support me my Like, Subscribe and Comment. Thank you

  • @gaming_with_raza7867
    @gaming_with_raza7867 8 дней назад

    Bro Never Seen this Begginer to Advance and For free HatsOff to your Sir

  • @theanimeman10
    @theanimeman10 20 дней назад +3

    You are so hardworking.. You need 100M views

  • @Technology_Wallah
    @Technology_Wallah 2 месяца назад +12

    TIMESTAMP :
    ❤ PLEASE PIN ❤
    FOR INFO : ON DO WHILE STATMENT THE CODE IS WRONG :
    WORKING :
    do {
    // COMMAND
    } while (conditions);
    1. (00:00) Introduction to the complete PHP course
    2. (04:56) Explanation of what PHP is in Hindi
    3. (11:33) How to install PHP in Windows
    4. (18:52) Installation process for PHP in macOS
    5. (25:32) Writing and executing a "Hello World" program in PHP
    6. (32:20) Introduction to using the echo statement in PHP
    7. (41:02) Understanding variables in PHP
    8. (51:49) Rules for naming variables in PHP
    9. (01:01:50) Combining HTML with PHP
    10. (01:14:08) Handling errors and displaying them in PHP
    11. (01:19:33) Working with constants in PHP
    12. (01:29:43) Types of data in PHP
    13. (01:44:42) Incorporating comments in PHP code
    14. (02:00:00) Overview of operators in PHP
    15. (02:04:30) Arithmetic operators in PHP
    16. (02:12:32) Assignment operators in PHP
    17. (02:22:40) Comparison operators in PHP
    18. (02:37:02) Increment and decrement operators in PHP
    19. (02:43:09) Understanding string operators in PHP
    20. (02:52:06) Conditional statements in PHP
    21. (03:00:47) Implementing if else conditions in PHP
    22. (03:07:12) Working with else if conditions in PHP
    23. (03:15:22) Introduction to switch statements in PHP
    24. (03:23:17) Logical operators in PHP
    25. (03:35:56) Working with loops in PHP
    26. (03:47:38) Usage of break and continue statements in PHP
    27. (03:55:21) Nested for loops in PHP
    28. (4:02:21) Implementing while loops in PHP
    29. (4:07:53) Usage of do-while loops in PHP
    30. (4:12:21) Implementing 'Go to' statement in PHP
    31. (4:22:08) Understanding functions in PHP
    32. (4:35:30) Functions with parameters in PHP
    33. (4:44:00) Functions with return statements in PHP
    34. (4:56:18) Implementing nested functions in PHP
    35. (5:02:24) Variable functions in PHP
    36. (5:09:23) Overview of important functions in PHP
    37. (5:21:07) Working with arrays in PHP
    38. (5:26:21) Different types of arrays in PHP
    39. (5:37:52) Implementing foreach loops for arrays in PHP
    40. (5:45:26) Introduction to associative arrays in PHP
    41. (5:54:45) Understanding multidimensional arrays in PHP
    42. (6:05:38) Displaying array data in a table using PHP
    43. (6:19:50) Managing array data using functions in PHP
    44. (6:32:14) Understanding date and time functions in PHP
    45. (6:39:50) File handling in PHP
    46. (6:45:27) Opening and reading files in PHP
    47. (6:50:33) Writing and appending to files in PHP
    48. (6:56:12) File handling functions in PHP
    49. (7:05:19) Introduction to cookies in PHP
    50. (7:13:05) Session handling in PHP
    51. (7:21:30) Working with $_GET and $_POST methods in PHP
    52. (7:32:11) Introduction to PHP forms
    53. (7:42:05) Validating forms using PHP
    54. (7:51:18) Sending email using PHP
    55. (8:02:14) Introduction to PHP with MySQL
    56. (8:15:09) Connecting PHP with MySQL database
    57. (8:24:30) Performing CRUD operations using PHP and MySQL
    58. (8:35:12) Error handling in PHP and MySQL
    59. (8:43:55) Introduction to PHP with AJAX
    60. (8:55:07) Implementing AJAX with PHP
    THIS IS NOT ALL I KNOW, BUT I TRY TO ADD SOON ALL

  • @Faruqueabdulla-bw5wk
    @Faruqueabdulla-bw5wk 13 дней назад

    Apne bohut badiya samjaya hai, maza aa gaya..

  • @Jra_hatke_sarthak
    @Jra_hatke_sarthak 15 дней назад +4

    Respect for this teacher ❤
    Class vo bhi ek hi vdo me besic 🤡to adwance level 💀

  • @MuhammadOsama_
    @MuhammadOsama_ 16 дней назад

    The video is great; use the time stamp to easily navigate to specific topics.

  • @agratasrivastava7227
    @agratasrivastava7227 5 месяцев назад +6

    One of the best channels on youtube!

  • @videos_views
    @videos_views 3 месяца назад +3

    sir this course is very useful for me...great one sir❤❤

  • @blackhatnepal
    @blackhatnepal 21 день назад +4

    Love you from Nepal ❤

  • @InterNationAcademy
    @InterNationAcademy 3 месяца назад +1

    Thank you for this amazing PHP course! Your explanations are clear and helpful. I've liked the video and subscribed. Looking forward to the rest. ❤

  •  5 месяцев назад +4

    one of the best PHP course,
    guys my suggestion is learn python(Django) for backend in web development.

    • @Vaibhav-y6b
      @Vaibhav-y6b 2 месяца назад

      php is not good kya bhai

    •  2 месяца назад

      @@Vaibhav-y6b PHP IS GOOD FOR FREELANCERS

  • @coderpavan
    @coderpavan Месяц назад +1

    Please bring one Full depth video Of php with MySQL that should have Sql joins, constraint, have claws Etc based on these concepts.

  • @Php_developers
    @Php_developers 3 месяца назад +2

    Waw sir kya video tutorial bnaya hai me form velidation ka video dekh ne aaya tha or muje aap ke is video me mil gya

  • @scratch12ar
    @scratch12ar 25 дней назад +2

    playlist vale hi sare video hai na ye sab?

  • @ajaydeepsinghrajpoot
    @ajaydeepsinghrajpoot Месяц назад +1

    bhaisab php is the king in freelancing world. I thought mern is the real deal, which may be the case in startups. However, real businesses care only about time tested and reliable technology.

  • @Gourab-cn2pq
    @Gourab-cn2pq 13 дней назад

    Love you from ghaziabad ☝

  • @coderpavan
    @coderpavan Месяц назад +1

    You haven't cover api concepts, Ajax operation, destructor method, in this video and saying complete php in one video. 😂 make 2nd part and covers this concepts because whatever you have teached in this video are useful resource, and the way you have been teaching is excellent.❤

  • @Lavinvlog
    @Lavinvlog Месяц назад +1

    Sir this Enough for interviews

  • @Faruqueabdulla-bw5wk
    @Faruqueabdulla-bw5wk 6 дней назад

    sir video ki ye timestamp 6:43:22 / 15:03:32 jo hai esme apne bataya ki GET or POST ke bare mai padhaya hai lekin kaha ye video nehi mila mai continue dekh raha hoon without skip plz check it
    timestamp ye hai
    6:43:22 / 15:03:32

  • @sonusamraat7559
    @sonusamraat7559 5 месяцев назад +6

    Hello Bhai Koi Project banao yaar sari video dekh li only beginner wala h
    Thoda Advance level ka bhi banao Aur project jald se jald upload kro aap

  • @Rohitkumar-xy7bj
    @Rohitkumar-xy7bj 27 дней назад

    Thank You sir ji🙏🙏

  • @softskills2037
    @softskills2037 3 месяца назад +1

    4:09:55 , do while ke syntax mai mistake hai , baki aage explaination awesome hai 👍❤️

  • @shahharsh8433
    @shahharsh8433 2 месяца назад

    But sir aaj too Node js me bahot sare log move hoo rahe hee too. Sir as a freshers node js kare or PHP ? Aagar dono aata hee too freshers kee liye best konsa hee ?

  • @user-uk6mv4zb7x
    @user-uk6mv4zb7x 3 месяца назад

    Very detailed video thank you sir

  • @not_amanullah
    @not_amanullah 4 месяца назад +4

    This is helpful 🖤

  • @CodeWithMobile786
    @CodeWithMobile786 5 месяцев назад +31

    Please add timestamp

    • @PurePerfect
      @PurePerfect 2 месяца назад +4

      0. (00:00​) PHP complete course Introduction
      1. (04:56) What is PHP in Hindi
      2. (11:33)​ Install PHP in Windows
      3. (18:52​) Install PHP in macOS
      4. (25:32​) Hello world in php
      5. (32:20​) Echo in PHP
      6. (41:02​) Variables in PHP
      7. (51:49​) Variables rules in PHP
      8. (01:01:50) HTML with PHP
      9. (01:14:08) Display error in PHP
      10. (01:19:33) constant in PHP
      11. (01:29:43) Data type in PHP
      12. (01:44:42) Comments in PHP
      13. (01:52:15) How PHP works
      14. (02:00:00) Operator in PHP
      15. (02:04:30) arithmetic operators in PHP
      16. (02:12:32) Assignment operators in PHP
      17. (02:22:40) Comparison operators in PHP
      18. (02:37:02) Increment decrement operators in PHP
      19. (02:43:09) String operators in PHP
      20. (02:52:06) conditional statement in PHP
      21. (03:00:47) If else condition in PHP
      22. (3:07:12) else if condition in PHP
      23. (3:15:22) Switch statement in PHP
      24. (3:23:17) Logical Operators in PHP
      25. (3:35:56) Loops in PHP
      26. (3:47:38) Break and continue in PHP
      27. (3:55:21) Nested For loop in PHP
      28. (4:02:21) While loop in PHP
      29. (4:07:53) DO While loop in PHP
      30. (4:12:21) Go to the statement in PHP
      31. (4:22:08) Functions in php
      32. (4:35:30) function with params in PHP
      33. (4:44:00) function with return statement in PHP
      34. (4:56:18) Nested functions in PHP
      35. (5:02:24) Variable functions in PHP
      36. (5:09:23) Important functions in PHP
      37. (5:21:07) Array in PHP
      38. (5:26:21) Types of Array in PHP
      39. (5:37:52) For each loop in PHP
      40. (5:45:26) Associative array in PHP
      41. (5:54:45) Multidimensional array in PHP
      42. (6:05:38) Display array data in table in PHP
      43. (6:15:13) Multidimensional associative array in PHP
      44. (6:24:06) Remove and add element in PHP array
      45. (6:30:22) Type casting in PHP
      46. (6:30:22) Type casting in PHP
      47. (6:40:24) $_REQUEST in php

  • @jyotimahajan8729
    @jyotimahajan8729 5 месяцев назад +2

    very nice sir i was waiting for php tutorial...

  • @ravi2003
    @ravi2003 4 месяца назад +1

    Bhaiya industry me PHP ko
    Frontend specifically react js aur next js ke saath use kar sakte hai kya
    Because i am very good in front end development specifically react js
    Can i become full stack developer with frontend in react or next js and backend in PHP

    • @aniketbasu3865
      @aniketbasu3865 4 месяца назад

      of course you can. there is high demand on php still now

  • @arifhussain5276
    @arifhussain5276 5 месяцев назад +1

    Bhai aaisa video bnao ki, padhne ke baad acchi job lag jaye,
    Agar koi php ka premium course hai apke paas to please btao

  • @HasanUjjamanJibon-yx7jf
    @HasanUjjamanJibon-yx7jf 3 месяца назад

    Great for php developer

  • @Jra_hatke_sarthak
    @Jra_hatke_sarthak 3 месяца назад

    Awesome video sir 😊❤

  • @yogeshpandey814
    @yogeshpandey814 3 месяца назад

    Thank you❤❤❤

  • @chandrashekharlrh
    @chandrashekharlrh 5 месяцев назад +2

    bhaiya php ka ek project bhe bnawa do..with explication

  • @RajaKumar-no6su
    @RajaKumar-no6su 5 месяцев назад

    You explained awesome 🫡.

  • @chilloutchords
    @chilloutchords 4 месяца назад

    sir can you plz provide the notes of this lecture it will be much helpful for us

  • @khadeejath1513
    @khadeejath1513 2 месяца назад

    hi sir, where is the code uploaded in github .No code found related to this series...please upload in github

  • @14vikas62
    @14vikas62 3 месяца назад

    Sir please laravel ka v full course bna do ❤

  • @PawanPanwar777
    @PawanPanwar777 2 месяца назад

    sir session part video not showing session image showing only

  • @aayangaming6425
    @aayangaming6425 14 дней назад +3

    BCA Wale attendance lagav 😅😅

  • @SaifUllah-kw6cs
    @SaifUllah-kw6cs 5 месяцев назад +1

    please start ecommerce project with php in seriers.
    Thanks

  • @Priyanshuwebdev
    @Priyanshuwebdev 5 месяцев назад +2

    Waiting Waiting Waiting 😇

  • @arshorts...5482
    @arshorts...5482 3 месяца назад +7

    Sorry bro I have just only one like😢

  • @not_amanullah
    @not_amanullah 4 месяца назад +1

    Thanks ❤

  • @iamakashkumarram
    @iamakashkumarram 5 месяцев назад

    Sir please make a detailed Course on PostgreSQL 🔥❤

  • @swapnilkumbharkar7248
    @swapnilkumbharkar7248 5 месяцев назад

    Very nice teaching

  • @prasadsuryakar1677
    @prasadsuryakar1677 5 месяцев назад +1

    Waiting 🎉

  • @Tutorial_Codeing1
    @Tutorial_Codeing1 5 месяцев назад

    Bhaiya next js me api ka route bna rhe h to response nahi de rha h browse pe

  • @aks042
    @aks042 Месяц назад

    Sir number 1 se 100 tak kaise print kare
    1 11
    2
    3
    4
    5
    6
    7
    8
    9
    10 20
    Aise 10-10 ke line me print karna hai for loop se to kya kare bata jiye sir please🙏🙏🙏🙏🙏

  • @amitparmar6294
    @amitparmar6294 5 месяцев назад

    php series continues kijiye

  • @CodeMaster27
    @CodeMaster27 2 месяца назад

    sir slides ke notes provide kar dijye pls

  • @JyotiYadav-zy7lp
    @JyotiYadav-zy7lp 5 месяцев назад +1

    Sir php project kab aayega

    • @VishaljangidJngid
      @VishaljangidJngid 5 месяцев назад

      Sir ne php smaja di bade ache se ab aap try karlo project simple sa😂😂😂😂 fir sir to hai he

  • @storiesworldbyoova502
    @storiesworldbyoova502 Месяц назад

    The latest major PHP version PHP 8.3

  • @ShivaniKumari-m4m
    @ShivaniKumari-m4m 2 месяца назад

    sir php tutorial ka code description me add kr do please

  • @vishalsinghshekhawat1954
    @vishalsinghshekhawat1954 5 месяцев назад

    Nodejs series upload kare sir

  • @XPIXEL_404
    @XPIXEL_404 2 месяца назад

    1:44:00

  • @nehasinha7989
    @nehasinha7989 5 месяцев назад

    Bhaiya php tutorial p project bhi upload kijiyega na

  • @patrickemerysevor7410
    @patrickemerysevor7410 5 месяцев назад

    Do it in English also

  • @SachinSharma-y7p8k
    @SachinSharma-y7p8k 5 месяцев назад

    Sir Laravel 11 pr new tutorial lao plzz

  • @becomeacalister4296
    @becomeacalister4296 5 месяцев назад

    Plz bring a course on cakephp

  • @Nitinpal007
    @Nitinpal007 Месяц назад +1

    8.4 php version

  • @IMRAN-oh4tg
    @IMRAN-oh4tg 5 месяцев назад

    nice bro

  • @RafeyShaikh-ci7fw
    @RafeyShaikh-ci7fw 5 месяцев назад

    sir ek oops ka uper ecommerce project bana do

  • @piyushdubey5284
    @piyushdubey5284 4 месяца назад +4

    5:18:18😄

  • @NeerajKumar-oq8jc
    @NeerajKumar-oq8jc 3 месяца назад

    Sir please complete the timestamp 🙏

  • @rajverma7115
    @rajverma7115 4 месяца назад

    Without project this marathon video is not worthy

  • @rumanatanzeela6270
    @rumanatanzeela6270 2 месяца назад

    Sir ppt ki pdf send karo

  • @becomeacalister4296
    @becomeacalister4296 5 месяцев назад

    Plz provide slides also

  • @webschooldotcom
    @webschooldotcom 5 месяцев назад

    need laravel master video
    like php

  • @Cmpunjabbikescheme
    @Cmpunjabbikescheme 5 месяцев назад

    Sir plz time stamp kro add?

  • @not_amanullah
    @not_amanullah 4 месяца назад +1

    🤗

  • @Digitalisland-e7e
    @Digitalisland-e7e 3 месяца назад

    where is source code ???

  • @deniljamini1881
    @deniljamini1881 5 месяцев назад

    Please add english title 😅

  • @ryannjerichoventura4044
    @ryannjerichoventura4044 4 месяца назад

    create in english ty

  • @smsaikat9329
    @smsaikat9329 5 месяцев назад

    ❤❤❤

  • @himanshimathur1489
    @himanshimathur1489 3 месяца назад

    Please add timestamp 😢

  • @rajverma7115
    @rajverma7115 4 месяца назад

    Where php project

  • @prasadsuryakar1677
    @prasadsuryakar1677 5 месяцев назад

    also nodejs

  • @samareshshil69
    @samareshshil69 5 месяцев назад

    😍😍😍😍😍😍😍😍

  • @arevents1676
    @arevents1676 2 месяца назад

    php sir code link send me

  • @abhiseksamal6057
    @abhiseksamal6057 4 месяца назад +1

    2:27:38💀

  • @AshwaniKumar-vs4df
    @AshwaniKumar-vs4df 5 месяцев назад

    Please give your github id

  • @sonusamraat7559
    @sonusamraat7559 5 месяцев назад

    O Hello Bhai Koi Project banao yaar sari video dekh li only beginner wala h
    Thoda Advance level ka bhi banao Aur project jald se jald upload kro aap

    • @ScavengerYT9
      @ScavengerYT9 5 месяцев назад

      Paisa deke khareed lo

    • @SharadRana-l9m
      @SharadRana-l9m 2 дня назад

      Order to ese de raha hai jese Khareed lia ho isne 😂😂

  • @Sarabjitsingh-kz7eq
    @Sarabjitsingh-kz7eq Месяц назад

    1:02:51

  • @Digitalisland-e7e
    @Digitalisland-e7e 3 месяца назад

    where is source code?

  • @sonusamraat7559
    @sonusamraat7559 5 месяцев назад

    O Hello Bhai Koi Project banao yaar sari video dekh li only beginner wala h
    Thoda Advance level ka bhi banao Aur project jald se jald upload kro aap