PHP complete course in Hindi | Full php tutorial

preview_player
Показать описание
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:30:22) Type casting in PHP
47. (6:40:24) $_REQUEST in php

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

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

codestepbystep
Автор

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

jyotimahajan
Автор

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. ❤

ZeeshanTechSolutions
Автор

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

videos_views
Автор

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

sonusamraat
Автор

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

Автор

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

Drawgamepuzzle
Автор

Sir please make a detailed Course on PostgreSQL 🔥❤

iamakashkumarram
Автор

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 ?

shahharsh
Автор

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

arifhussain
Автор

please start ecommerce project with php in seriers.
Thanks

SaifUllah-kwcs
Автор

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

Tutorial_Codeing
Автор

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

chandrashekharlrh
Автор

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

chilloutchords
Автор

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

softskills
Автор

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

ravi
Автор

Sir please laravel ka v full course bna do ❤

vikas
Автор

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

Technology_Wallah
Автор

sir ek oops ka uper ecommerce project bana do

RafeyShaikh-cifw
Автор

Without project this marathon video is not worthy

rajverma