Companies Home Search Profile

PHP Mastery 2024-Basics to Advanced with 8 Hands-on Projects

Focused View

Khaiser Khanam

43:27:35

132 View
  • 1.1 PHP Course Complete Demo.pdf
  • 1. Course Demo.mp4
    06:22
  • 2. Thank you for enrolling.mp4
    01:18
  • 3.1 Projects Walkthrough.pdf
  • 3. Projects Walkthrough.mp4
    06:54
  • 4. PHP useful Websites.html
  • 1. Video Settings.mp4
    04:16
  • 2. Course Walkthrough.mp4
    03:50
  • 3.1 Watch before you start.pdf
  • 3. Watch before you start.mp4
    03:48
  • 4. Provide Your Feedback.mp4
    03:14
  • 1.1 HTML Basics.zip
  • 1. Section Intro.mp4
    00:44
  • 2.1 01 HTML Introduction.pdf
  • 2. What is HTML.mp4
    04:38
  • 3. Tags In HTML.mp4
    04:27
  • 4. Elements in HTML.mp4
    02:59
  • 5. Attributes in HTML.mp4
    05:24
  • 6. HTML Table.mp4
    09:42
  • 7. HTML Lists.mp4
    06:01
  • 8. HTML Form.mp4
    11:25
  • 9. Semantic HTML.mp4
    04:25
  • 10. HTML Structure.mp4
    05:59
  • 1. Section Intro.mp4
    01:31
  • 2.1 01 PHP Analogy.pdf
  • 2. Analogy to understand PHP.mp4
    08:35
  • 3.1 02 PHP Introduction.pdf
  • 3. Introduction to PHP.mp4
    08:07
  • 4.1 03 Client Server Model.pdf
  • 4. Client Server Model.mp4
    04:10
  • 5.1 04 What PHP can do.pdf
  • 5. What can be done using PHP.mp4
    03:47
  • 6.1 05 Advantages of PHP.pdf
  • 6. Advantages of using PHP.mp4
    05:41
  • 7.1 06 PHP is not programming Language.pdf
  • 7. Is PHP not a programming Language.mp4
    08:40
  • 8. List of Companies using PHP.html
  • 1.1 What is XAMPP.pdf
  • 1. What is XAMPP.mp4
    02:49
  • 2. Install XAMPP.mp4
    06:54
  • 3. Code Editor Setup.mp4
    04:22
  • 4. VS code PHP useful Extension Installation.html
  • 5. File Structure in XAMPP.mp4
    03:39
  • 6. PHP File.mp4
    05:35
  • 7. First PHP Website- Hello World Program.mp4
    02:05
  • 1.1 PHP Basics - Section Intro.pdf
  • 1.2 Source code Files.zip
  • 1. Section Intro.mp4
    01:10
  • 2. Echo vs Print.mp4
    07:06
  • 3. Usage and Types of comments.mp4
    08:19
  • 4. HTML in PHP.mp4
    04:41
  • 5. JavaScript in PHP.mp4
    03:00
  • 6. Whitespace in PHP.mp4
    01:55
  • 7. Escape Characters in PHP.mp4
    05:29
  • 8. include files in PHP.mp4
    07:27
  • 9. require files in PHP.mp4
    03:24
  • 10. include once and require one in PHP.mp4
    04:09
  • 11. Exercise to master basics of PHP.mp4
    11:27
  • 1.1 Section Intro.pdf
  • 1. Section Intro.mp4
    03:22
  • 2.1 Database system.pdf
  • 2. Database System.mp4
    07:29
  • 3.1 Database.pdf
  • 3. What is Database.mp4
    04:44
  • 4.1 What is MySQL.pdf
  • 4. Understanding MySQL.mp4
    05:37
  • 5. Connecting to MySQL via Command Prompt.mp4
    05:08
  • 6. Connecting to MySQL via Graphical User Interface(GUI) - phpmyadmin.mp4
    04:44
  • 7.1 SQL.pdf
  • 7. Introduction to SQL (Structured Query Language).mp4
    05:15
  • 8. Exploring phpmyadmin- Creating users inside phpmyadmin.mp4
    04:44
  • 9.1 Different datatypes.html
  • 9. Creating Database and Table.mp4
    05:44
  • 10. Commands - Walkthrough.mp4
    06:42
  • 11. Project Code Files.mp4
    02:49
  • 12. Connecting to Database (mysql and mysqli).mp4
    08:26
  • 13. Imp functions of mysqli mysqli connect() mysqli connect error() mysqli close().mp4
    04:45
  • 14. Arrays and Associative arrays.mp4
    10:51
  • 15. Form attributes.mp4
    09:31
  • 16. Connect Database in all files.mp4
    04:27
  • 17. Global variable - $ GET (get method).mp4
    07:22
  • 18. Global variable - $ POST (post method).mp4
    06:10
  • 1.1 PHP CRUD Project Section Intro.pdf
  • 1. Section Intro.mp4
    01:50
  • 2.1 01 PHP CRUD Operation.zip
  • 2. Project Demo.mp4
    02:37
  • 3. Accessing values from Form.mp4
    08:13
  • 4. Insert Data into Database.mp4
    12:07
  • 5. Reading single data from Database.mp4
    11:39
  • 6. Reading all data of Database.mp4
    03:34
  • 7. Display Data in table.mp4
    05:48
  • 8. Update data - Part 1.mp4
    07:26
  • 9. Update data - Part 2.mp4
    08:54
  • 10. Update data - Part 3.mp4
    09:52
  • 11. Redirecting to specific page.mp4
    07:25
  • 12. Delete Data from Database.mp4
    07:28
  • 13. Display number in series.mp4
    05:09
  • 14. Fixing Header, if no records.mp4
    05:38
  • 15. Important Function revision.mp4
    07:52
  • 1.1 Variables and Constants.zip
  • 1.2 Variables Section Intro.pdf
  • 1. Section Intro.mp4
    02:43
  • 2.1 Variables in PHP.pdf
  • 2. What are Variables.mp4
    04:35
  • 3. Defining and Declaring Variable.mp4
    04:10
  • 4. Working with Data Types.mp4
    13:08
  • 5.1 Rules of creating a variable.pdf
  • 5. Rules of creating a variable.mp4
    10:28
  • 6. Use of Single and Double quotes.mp4
    05:21
  • 7. Variable Typing.mp4
    07:19
  • 8. Variables in Functions.mp4
    08:41
  • 9. Built in functions are case sensitive.mp4
    03:24
  • 10.1 PHP Scopes.pdf
  • 10. PHP Scope - 1. Local Scope.mp4
    08:07
  • 11. PHP Scope - 2. Global Scope.mp4
    09:55
  • 12. PHP Scope - 3. Static Scope.mp4
    05:51
  • 13. Superglobal variables.mp4
    09:12
  • 14. Variables of Variables.mp4
    07:40
  • 15. Isset() in variables.mp4
    04:44
  • 16. What are constants.mp4
    06:32
  • 17. More on Constants.mp4
    07:12
  • 18. Variables vs Constants.mp4
    08:00
  • 19. Rules of creating constants.mp4
    06:41
  • 20. Valid and Invalid constants.mp4
    06:25
  • 21. Magic constants.mp4
    05:51
  • 1.1 Project Validation Form Section Intro.pdf
  • 1. Section Intro.mp4
    04:22
  • 2. Project Demo - Validating PHP Form.mp4
    04:23
  • 3.1 02 Form Validation.zip
  • 3.2 Project Validation Form theory.zip
  • 3. Source Code Navigation.mp4
    01:30
  • 4.1 html entities and htmlspecialchars.pdf
  • 4. htmlentities and htmlspecialchars Explaination.mp4
    10:39
  • 5. htmlentities and htmlspecialchars implementation.mp4
    08:54
  • 6. Username and Place validation.mp4
    04:27
  • 7. Validating Username and Place str replace().mp4
    08:19
  • 8. Validating Username and Place ucfirst ( ) and strtolower( ).mp4
    08:12
  • 9. Extra validation for Username and Place.mp4
    06:15
  • 10. Assign validation message for Username and Place.mp4
    04:49
  • 11. Display validation message for Username and Place.mp4
    07:44
  • 12.1 Filter email.pdf
  • 12. filter var and FILTER VALIDATE EMAIL.mp4
    13:22
  • 13. List of Filters.html
  • 14. Email Validation.mp4
    07:28
  • 15. Assign and Display validation message for Email.mp4
    03:03
  • 16. Phone Validation.mp4
    07:53
  • 17. Required all Fields validation.mp4
    05:22
  • 18. Username and Email Exist - Part 1.mp4
    06:20
  • 19. Username and Email Exist - Part 2.mp4
    05:34
  • 20. Username and Email Exist validation message.mp4
    05:07
  • 21. MySQL blocked port error - FIXED.mp4
    02:22
  • 22. Inserting only validated data.mp4
    04:09
  • 23.1 mysqli real escape string.pdf
  • 23. mysqli real escape string.mp4
    06:42
  • 24. Escape all field.mp4
    05:24
  • 25.1 DOM (Document Object Model) course with project.html
  • 25. JavaScript Code - Clear Validation message.mp4
    07:08
  • 1.1 Expression and Operators.zip
  • 1.2 Expression and operator Section Intro.pdf
  • 1. Section Intro.mp4
    01:50
  • 2.1 What is expression.pdf
  • 2. Expressions.mp4
    03:13
  • 3.1 What is Operator.pdf
  • 3. Operators.mp4
    03:07
  • 4.1 Types of operators.pdf
  • 4. Different types of Operators.mp4
    02:38
  • 5. Arithmetic Operators.mp4
    13:19
  • 6. Conditional Operator.mp4
    08:30
  • 7. Comparison Operator.mp4
    14:27
  • 8. Logical Operator.mp4
    09:45
  • 9. Logical Operator-Difference between Logical AND and &&.mp4
    06:01
  • 10. Logical Operator-Difference between Logical OR and .mp4
    05:16
  • 11. Assignment Operator.mp4
    11:58
  • 12. Increment Operators.mp4
    08:45
  • 13. Decrement Operators.mp4
    09:15
  • 14.1 bitwise operator.pdf
  • 14. Bitwise Operators.mp4
    07:58
  • 15. Bitwise Operators Implementation.mp4
    10:09
  • 16. Right Shift Operator.mp4
    06:33
  • 17. Left Shift Operator.mp4
    04:53
  • 18. Execution Operators.mp4
    05:45
  • 19. Error control Operators.mp4
    03:45
  • 20. Operator Precedence.mp4
    04:16
  • 1.1 Data Types in PHP.zip
  • 1.2 Data Types Section Intro.pdf
  • 1. Section Intro.mp4
    01:20
  • 2.1 What are Data Types.pdf
  • 2. What are Data Types.mp4
    04:18
  • 3.1 Scalar Data type.pdf
  • 3. Scalar Data Types.mp4
    04:01
  • 4. Integer Data Type.mp4
    09:51
  • 5. Float Data Type.mp4
    04:09
  • 6. Boolean Data Type.mp4
    10:23
  • 7. String Data Type.mp4
    13:01
  • 8. Null.mp4
    12:56
  • 9. Arrays.mp4
    08:06
  • 10. Objects.mp4
    05:51
  • 1.1 PHP Strings Text Transform Tool Project.pdf
  • 1.2 PHP Strings.zip
  • 1. Section Intro.mp4
    03:07
  • 2. What are Strings.mp4
    06:18
  • 3. HEREDOC in String.mp4
    09:02
  • 4. NOWDOC in String.mp4
    04:56
  • 5. String Compare Function.mp4
    04:31
  • 6. Project Demo- Text Transform Tool.mp4
    04:39
  • 7.1 03 Text Transform Tool.zip
  • 7. Project Setup.mp4
    06:47
  • 8. Get Input Details.mp4
    10:17
  • 9. UpperCase and LowerCase.mp4
    06:28
  • 10. Reverse String.mp4
    02:04
  • 11. String Length.mp4
    08:06
  • 12. String Explode Function.mp4
    06:06
  • 13. String Implode Function.mp4
    04:31
  • 14. Implement Explode and Implode.mp4
    03:56
  • 15. Count Words in String.mp4
    06:25
  • 16. Replace String.mp4
    08:18
  • 17. Shuffle String.mp4
    03:22
  • 18. Find Position in String.mp4
    11:36
  • 19. Implement str pos in project.mp4
    15:45
  • 20. Word Wrap in String.mp4
    07:25
  • 21. Find Sub String.mp4
    07:52
  • 22. Implement Sub String in Project.mp4
    12:14
  • 1.1 Regular Expression Section Intro.pdf
  • 1.2 Regular Expression.zip
  • 1. Section Intro.mp4
    03:13
  • 2.1 Regular Expression.pdf
  • 2. Regular Expressions.mp4
    03:59
  • 3.1 preg match function.pdf
  • 3. preg match() function.mp4
    07:48
  • 4.1 preg match all function.pdf
  • 4. preg match all() function.mp4
    06:31
  • 5. Pipe Character .mp4
    08:28
  • 6. Square Brackets [ ].mp4
    07:14
  • 7. Caret Operator ^ inside square bracket.mp4
    04:24
  • 8. Range inside Brackets [ - ].mp4
    05:42
  • 9. Regular Expressions Tester.mp4
    09:24
  • 10. Meta Characters.mp4
    02:41
  • 11. Meta characters w and W.mp4
    03:30
  • 12. Meta characters d and D.mp4
    02:32
  • 13. Meta characters s and S.mp4
    03:05
  • 14. Meta characters b and B.mp4
    06:40
  • 15. Meta character dot (.).mp4
    09:39
  • 16. Meta character caret (^) and ($).mp4
    06:47
  • 17.1 Youtube Link.html
  • 17. Exercise URL Match.mp4
    06:19
  • 18.1 Regular Expression Quantifier.pdf
  • 18. Different types of Quantifiers.mp4
    04:11
  • 19. Asterix Quantifier ().mp4
    10:16
  • 20. Plus Quantifier (+).mp4
    12:08
  • 21. Question mark quantifier ().mp4
    09:44
  • 22. {n} ,{n,m} , {n,} Quantifiers.mp4
    05:13
  • 23. Exercise - Email Validation.mp4
    07:24
  • 24. Revisit Validation Project.mp4
    04:27
  • 1.1 Arrays section Intro.pdf
  • 1.2 Arrays.zip
  • 1. Section Intro.mp4
    03:03
  • 2.1 What are arrays.pdf
  • 2. What is an Array.mp4
    04:40
  • 3. Different ways of Printing Array.mp4
    13:00
  • 4. Update array elements.mp4
    08:04
  • 5. foreach loop- Iterate Array Elements.mp4
    09:56
  • 6. Empty array.mp4
    12:35
  • 7. Mixed Array.mp4
    07:24
  • 8. Indexed Array.mp4
    07:53
  • 9. Associative Array.mp4
    04:26
  • 10. Print Associative Array.mp4
    14:32
  • 11. Iterate Associative Array.mp4
    07:23
  • 12. Multidimensional Array.mp4
    05:06
  • 13. Print Multidimensional Array.mp4
    07:05
  • 14. Iterate Multidimensional Array.mp4
    10:38
  • 15. Array Function unset.mp4
    07:11
  • 16. Copy Array.mp4
    03:03
  • 17.1 List of array methods.pdf
  • 17. List of array methods.mp4
    01:25
  • 18.1 array methods 1.pdf
  • 18. Array Methods - Part 1.mp4
    17:02
  • 19.1 array methods 2.pdf
  • 19. Array Methods - Part 2.mp4
    09:39
  • 20.1 array methods 3.pdf
  • 20. Array Methods - Part 3.mp4
    11:05
  • 21.1 array methods 4.pdf
  • 21. Array Methods - Part 4.mp4
    12:11
  • 22.1 array methods 5.pdf
  • 22. Array Methods - Part 5.mp4
    18:57
  • 23. IMPORTANT NOTE Visit Functions Section.html
  • 24. Array map method.mp4
    07:42
  • 25. Array filter method.mp4
    06:52
  • 26. Array reduce method.mp4
    08:39
  • 1.1 Functions in PHP.zip
  • 1.2 Functions Section Objective.pdf
  • 1. Section Intro.mp4
    03:10
  • 2.1 What are Functions.pdf
  • 2. What are Functions.mp4
    07:26
  • 3. Defining and Calling a Function.mp4
    04:31
  • 4.1 Rules of creating a function name.pdf
  • 4. Rules of creating a Function Name.mp4
    07:23
  • 5.1 Function with parameters.pdf
  • 5. Function with Parameters.mp4
    10:41
  • 6. Default and Optional parameters.mp4
    07:11
  • 7.1 Validating Input parameters.pdf
  • 7. Validate input parameters.mp4
    10:29
  • 8. Read Functions Library.mp4
    04:56
  • 9.1 return value.pdf
  • 9. Return Value from Functions.mp4
    08:33
  • 10. Exercise Find totalmarks and percentage.mp4
    06:18
  • 11. Function calling other functions.mp4
    08:34
  • 12. Exercise Find Area and Perimeter of Rectangle.mp4
    07:48
  • 13.1 pass by reference.pdf
  • 13. Passing Arguments by reference.mp4
    07:05
  • 14. Pass by Reference Example.mp4
    06:33
  • 15. Dynamic Function Calling Variable Function.mp4
    08:44
  • 16. Anonymous Function.mp4
    07:49
  • 17.1 Recursive Function.pdf
  • 17. Recursive Function.mp4
    07:08
  • 18. [OPTIONAL] Visit Global and Local Scope.mp4
    01:40
  • 1.1 Super global variable section intro.pdf
  • 1.2 Super Global Variable.zip
  • 1. Section Intro.mp4
    02:06
  • 2.1 What are super global variables.pdf
  • 2. Super Global Variables.mp4
    04:04
  • 3.1 GET variable.pdf
  • 3. [OPTIONAL] $ GET global variable.mp4
    07:54
  • 4.1 POST variable.pdf
  • 4. [OPTIONAL] $ POST global variable.mp4
    05:18
  • 5.1 REQUEST variable.pdf
  • 5. $ REQUEST global variable.mp4
    04:57
  • 6.1 SERVER Variable.pdf
  • 6. $ SERVER global variable.mp4
    09:41
  • 7.1 COOKIE variable.pdf
  • 7. $ COOKIE global variable.mp4
    03:58
  • 8.1 Set cookie.pdf
  • 8. Set Cookies.mp4
    12:54
  • 9. Calculate Expire Time.mp4
    05:41
  • 10.1 Delete Cookie.pdf
  • 10. Delete Cookie.mp4
    02:59
  • 11.1 Session variable.pdf
  • 11. $ SESSION global variable.mp4
    03:57
  • 12.1 set and get session.pdf
  • 12. Set and Get Session.mp4
    09:45
  • 13.1 Destroy session.pdf
  • 13. Destroy Session.mp4
    05:34
  • 14. [OPTIONAL] $GLOBALS global variable.mp4
    :
  • 15. $ FILE global variable.mp4
    05:43
  • 1.1 Uppload image into database.pdf
  • 1. Section Intro.mp4
    02:54
  • 2. Project Demo.mp4
    01:22
  • 3.1 04 Profile Card.zip
  • 3. Project Setup.mp4
    02:09
  • 4. Database and Table.mp4
    01:32
  • 5. enctype = multipartform-data.mp4
    05:18
  • 6. Image name Logic.mp4
    07:43
  • 7. move uploaded file function.mp4
    08:16
  • 8. Insert Image into database.mp4
    04:24
  • 9. Display Error Message.mp4
    06:39
  • 10. Display Image in Table.mp4
    07:30
  • 11. Clean Code.mp4
    02:20
  • 1.1 Project 5 Task manager tool section intro.pdf
  • 1. Section Overview.mp4
    02:06
  • 2. Project Demo.mp4
    05:26
  • 3.1 05 Task Manager Tool.zip
  • 3. Project Setup.mp4
    01:53
  • 4. Handling Form Options.mp4
    09:25
  • 5. Work on Functions.mp4
    08:28
  • 6. Display no task with session.mp4
    03:42
  • 7. Add Task Function.mp4
    06:01
  • 8. Task already added.mp4
    07:35
  • 9. Display Logic.mp4
    06:26
  • 10. Display Entire Task.mp4
    09:04
  • 11. Filter Tasks Logic.mp4
    08:28
  • 12. Sort Tasks Logic.mp4
    05:43
  • 13. Complete Task Function.mp4
    07:17
  • 14. Remove Task Function.mp4
    05:14
  • 15. Clear All Task.mp4
    03:38
  • 1.1 Control Structures.zip
  • 1.2 Section Intro Control Structures in PHP.pdf
  • 1. Section Overview.mp4
    03:02
  • 2.1 Control Structures.pdf
  • 2. Control Structures.mp4
    04:17
  • 3.1 if statement.pdf
  • 3. if Statement.mp4
    07:03
  • 4.1 if else Statement.pdf
  • 4. if else Statement.mp4
    16:43
  • 5.1 elseif statement.pdf
  • 5. elseif Statement.mp4
    12:27
  • 6.1 switch statement.pdf
  • 6. switch Statement.mp4
    15:14
  • 7.1 for loop.pdf
  • 7. for loop.mp4
    20:45
  • 8.1 while loop.pdf
  • 8. while loop.mp4
    08:19
  • 9.1 dowhile loop.pdf
  • 9. do-while loop.mp4
    05:55
  • 10.1 foreach loop.pdf
  • 10. [OPTIONAL]foreach loop.mp4
    06:59
  • 11.1 break statement.pdf
  • 11. break Statement.mp4
    09:46
  • 12.1 continue statement.pdf
  • 12. continue Statement.mp4
    06:29
  • 13. return keyword.mp4
    05:19
  • 14. goto Statement.mp4
    04:14
  • 15. Exercise Display Multiplication Table.mp4
    06:16
  • 16. Exercise Find odd numbers.mp4
    05:10
  • 1.1 Exception handling section intro.pdf
  • 1.2 Exception Handling.zip
  • 1. Section Overview.mp4
    02:48
  • 2.1 What is exception handling.pdf
  • 2. What is Exception Handling.mp4
    05:14
  • 3.1 Syntax of Exception handling.pdf
  • 3. Syntax of Handling Exceptions.mp4
    05:09
  • 4. Practical Implementation.mp4
    07:11
  • 5. Handling Exception for Functions.mp4
    06:25
  • 6.1 Basic use of Exception.pdf
  • 6. Basic use of Exception.mp4
    07:48
  • 7. try and catch inside function.mp4
    04:00
  • 8. Use Different Methods.mp4
    04:28
  • 9. Finally block.mp4
    02:46
  • 10. Create Custom Exception.mp4
    09:03
  • 11. Throw Custom Exception.mp4
    04:48
  • 12. Finally block- Another Example.mp4
    05:29
  • 13. Capture Custom Exception.mp4
    03:55
  • 14. Catch Multiple Exceptions.mp4
    05:15
  • 15. Raise and Catch Errors.mp4
    05:25
  • 16. Handle Errors.mp4
    07:04
  • 17. Exercise - Find Odd Numbers.mp4
    08:49
  • 1.1 PDO Section Intro.pdf
  • 1.2 PHP PDO.zip
  • 1. Section Overview.mp4
    04:21
  • 2.1 What is PDO.pdf
  • 2. PHP PDO.mp4
    08:28
  • 3.1 PDO Syntax.pdf
  • 3. Syntax of PDO.mp4
    03:07
  • 4. Connect to Database.mp4
    05:42
  • 5. Fetching Records.mp4
    07:14
  • 6.1 Different fetch styles.pdf
  • 6. Different Fetch Styles.mp4
    05:09
  • 7. Display Data using different Fetch Styles.mp4
    05:06
  • 8.1 setAttribute Method.html
  • 8. setAttributes.mp4
    04:35
  • 9. Fetch and FetchAll.mp4
    06:37
  • 10. Display Data using fetchAll.mp4
    05:45
  • 11.1 prepare statement.pdf
  • 11. MySQL prepare method.mp4
    03:58
  • 12. Implement prepare method.mp4
    06:53
  • 13. Pass Datatype in bindParam.mp4
    04:16
  • 14. bindValue.mp4
    05:06
  • 15.1 bind methods.pdf
  • 15. bindColumn.mp4
    09:39
  • 16. colon placeholder.mp4
    08:20
  • 17. Insert Query.mp4
    05:51
  • 18.1 Advanced fetch style.pdf
  • 18. PDO Advance Fetch Styles.mp4
    12:21
  • 19. PDO methods.mp4
    10:18
  • 20. PDO with Exception Handling.mp4
    03:52
  • 21.1 PDO Transaction.pdf
  • 21. PDO Transaction.mp4
    06:34
  • 22. PDO Transaction Implementation.mp4
    11:56
  • 23. 4th parameter for PDO object.mp4
    02:42
  • 24. Assignment.html
  • 1.1 PDO CRUD Operation Section Intro.pdf
  • 1. Section Intro.mp4
    01:57
  • 2. Project Demo.mp4
    04:26
  • 3.1 06 PDO CRUD Operation.zip
  • 3. Project Setup.mp4
    02:13
  • 4. Connect to Database.mp4
    08:55
  • 5. Insert Data into Table.mp4
    10:41
  • 6. Check if email exist.mp4
    09:27
  • 7. Display Users.mp4
    09:13
  • 8. Update Users - Part1.mp4
    11:45
  • 9. Update Users - Part2.mp4
    07:49
  • 10. Delete Users.mp4
    06:45
  • 11. Assignment.html
  • 1.1 Registration and login system Section Intro.pdf
  • 1. Section Intro.mp4
    03:52
  • 2. Project Demo.mp4
    04:59
  • 3.1 07 PDO Registration and Login System.zip
  • 3.2 Login and Registration Form.zip
  • 3. Project Setup.mp4
    03:59
  • 4.1 Enum Data Type.html
  • 4. Connect to Database.mp4
    10:04
  • 5. Registering User - Inserting Data.mp4
    11:55
  • 6. Trim and Stripslashes function.mp4
    07:08
  • 7. Validating User Function.mp4
    05:17
  • 8.1 Password Hash.html
  • 8.2 PDO password hash.pdf
  • 8. Password Hash.mp4
    08:30
  • 9. Confirm Passwords.mp4
    05:27
  • 10. Check if username or email exists.mp4
    06:02
  • 11. Login to Page.mp4
    06:48
  • 12. Verify Password.mp4
    05:25
  • 13. Start Session.mp4
    02:39
  • 14. Logout Session.mp4
    04:41
  • 1.1 Date and Time.zip
  • 1.2 Date time math number section intro.pdf
  • 1.3 Math Functions.zip
  • 1.4 PHP Numbers.zip
  • 1. Section Intro.mp4
    02:31
  • 2.1 date format.pdf
  • 2. Date Format.mp4
    03:34
  • 3.1 timestamp.pdf
  • 3. Timestamp.mp4
    05:50
  • 4. DateTime class Function.mp4
    06:33
  • 5. date create method.mp4
    03:11
  • 6. format method.mp4
    02:57
  • 7. strtotime method.mp4
    06:56
  • 8.1 Default Timezone.html
  • 8. date default timezone method.mp4
    05:37
  • 9. sleep method.mp4
    05:00
  • 10. Exercise Build Timezone Converter.mp4
    09:40
  • 11. Math Functions - Part1.mp4
    06:06
  • 12. Math Functions - Part2.mp4
    04:55
  • 13. PHP Numbers Integers.mp4
    09:32
  • 14. PHP Numbers Floats.mp4
    05:20
  • 15. PHP Numbers Infinity and NaN.mp4
    06:30
  • 16. isNumeric method.mp4
    03:13
  • 17. Casting Strings and Floats.mp4
    03:13
  • 1.1 PHP Files Section Intro.pdf
  • 1.2 PHP Files.zip
  • 1. Section Overview.mp4
    04:50
  • 2.1 File System.pdf
  • 2. File System.mp4
    01:43
  • 3.1 List of file system function.pdf
  • 3. List of File System Funcions.mp4
    00:53
  • 4. Read File.mp4
    04:01
  • 5. CopyRenameUnlinkDelete Files.mp4
    07:28
  • 6. Make and Delete Directories.mp4
    06:00
  • 7. Display File Information.mp4
    12:50
  • 8.1 Different modes in file.pdf
  • 8. fopen modes.mp4
    03:10
  • 9. Open and Read files.mp4
    17:30
  • 10. Write Files.mp4
    09:05
  • 11. File System is function.mp4
    06:45
  • 12.1 File Permission.pdf
  • 12. fileperms and chmod.mp4
    06:18
  • 13.1 File put content.pdf
  • 13. PHP File put content.mp4
    06:24
  • 14.1 File Get contents.pdf
  • 14. PHP File get content.mp4
    04:05
  • 15.1 glob function.pdf
  • 15. Glob Function.mp4
    11:13
  • 16. Flags in Glob function.mp4
    07:06
  • 17.1 Directory functions 1.pdf
  • 17. PHP Directory Functions- Part1.mp4
    06:34
  • 18. PHP Directory Functions- Part2.mp4
    06:45
  • 19. Read Configuration File.mp4
    04:25
  • 20. Read and Write CSV File.mp4
    06:27
  • 21. Assignment 1 Working on Directories.html
  • 22. Assignment 2 Read and Write Files.html
  • 1.1 Download PDF Section Intro.pdf
  • 1. Section Overview.mp4
    01:05
  • 2. Project Demo.mp4
    01:07
  • 3.1 08 Download PDf file.zip
  • 3. Project Setup.mp4
    01:51
  • 4. View PDF File.mp4
    02:37
  • 5. Pass File Attribute.mp4
    03:29
  • 6. Input Validation.mp4
    04:17
  • 7. Sanitization.mp4
    06:32
  • 8.1 Headers.pdf
  • 8. Download Headers Explaination.mp4
    05:18
  • 9. Download Headers Implementation.mp4
    06:33
  • 1.1 YouTube Channel.html
  • 1. Exploring Further Whats Next After Completing Your PHP Course.html
  • Description


    The Ultimate PHP Experience: Dive into Projects, Challenges, and Theory for All Skill Levels. Your One-Stop Course!

    What You'll Learn?


    • Build 8 beautiful PHP projects for your portfolio
    • Become an advanced, confident, and modern PHP developer from scratch
    • PHP fundamentals: variables, constants, if/else, operator, functions, arrays, loops, strings, etc.
    • You will learn what is Database System
    • You will learn how to handle user input securely
    • You will learn to debug (fix your code)
    • You will learn how to perform password hashing
    • You will learn completely about PHP PDO
    • You will learn how to work with cookies and sessions
    • Practice your skills with challenges and assignments
    • You will learn how to create CRUD operation using MySQL
    • You will learn how to create CRUD operation using PHP PDO
    • You will learn how to create Registration and Login System using PHP PDO
    • Get fast and friendly support in the Q&A area

    Who is this for?


  • Take this course if you want to get started with programming: PHP is a great beginner friendly language!
  • This course is meant for total beginners in PHP.
  • No programming experience is needed at all.
  • Take this course if you have been trying to learn PHP but: still don't really understand PHP, or still don't feel confident to build PHP projects.
  • Take this course if you want to gain a clear and deep understanding of PHP.
  • What You Need to Know?


  • Absolutely no prior coding experience is required for this course! I'll take you from a complete beginner to an expert.
  • Whether you're using Windows, macOS, or Linux, any computer and operating system will work just fine.
  • While having a basic understanding of HTML and CSS is advantageous, it's not a prerequisite! As part of the course, we'll cover a crash course on HTML.
  • More details


    Description

    Embark on a journey to PHP mastery with this comprehensive course designed for beginners and seasoned developers alike. This course is your gateway to mastering one of the most powerful web programming languages in the world.


    Whether you're a PHP beginner or need a refresh, this course has you covered. Dive into the fundamentals of Procedural PHP, MYSQLi, and PDO, and cap it off with 8 hands-on projects.


    - Having honed my PHP skills, I've found the freedom to earn a living from home and create educational resources like this course for students worldwide.

    - PHP development presents a wealth of opportunities for individuals to excel financially, whether through online ventures or traditional avenues, by crafting dynamic applications.


    Why PHP?

    PHP serves as the foundation for countless websites and applications, powering industry leaders such as Google, Facebook, and Wikipedia. Mastering PHP not only provides vital skills but also unlocks a wealth of lucrative career prospects, both online and offline. With PHP expertise, you gain the capability to construct dynamic web solutions, ranging from applications to content management systems like WordPress, Joomla, or Drupal.


    This PHP course encompasses a wide array of topics, and that's just scratching the surface.


    Here is a summarized list of important topics covered in the PHP course:


    1. HTML Fundamentals:

    - Introduction to HTML

    - HTML Tags, Elements, and Attributes

    - HTML Table, Lists, and Forms

    - Semantic HTML and HTML Structure


    2. PHP Basics:

    - Introduction to PHP

    - PHP Syntax and File Structure

    - Outputting Content with PHP

    - Comments and Whitespace in PHP

    - Including and Requiring Files


    3. Database Fundamentals:

    - Introduction to Databases

    - Understanding MySQL

    - Connecting to MySQL

    - SQL (Structured Query Language) Basics


    4. PHP Programming Concepts:

    - Variables and Constants

    - Data Types and Operators

    - Control Structures and Expressions

    - Functions and Function Parameters

    - Super Global Variables


    5. Form Validation and Security:

    - Validating Form Inputs

    - Handling Expressions and Operators

    - Regular Expressions

    - Sanitization and Security Measures


    6. Arrays and Strings Manipulation:

    - Working with Arrays and Array Methods

    - String Manipulation Techniques

    - Regular Expressions for String Validation


    7. PHP Advanced Concepts:

    - Working with Functions and Scope

    - Super Global Variables in Depth

    - Exception Handling and Error Control

    - Introduction to PHP Data Objects (PDO)


    8. File System Operations:

    - Working with Files and Directories

    - File I/O Operations and File Permissions

    - Handling File Uploads and Downloads


    9. Project-Based Learning:

    - Building Dynamic Web Applications

    - Creating User Registration and Login Systems

    - Handling Form Submissions and Data Validation

    - Implementing CRUD Operations with MySQL


    This comprehensive list covers essential topics to equip learners with a strong foundation in PHP development.


    You will enjoy the course :

    Learning should be fun, not boring! That's why I've made sure this course is engaging and interesting—no dull lectures here – just practical lessons that will keep you interested and excited to learn.


    Practice makes permanent :

    I believe practice is key to learning. That's why sections of this course include exercises to help you understand what you've learned. Plus, I've created 8 special projects for you to practice PHP even more.


    Your investment in this course is an investment in your future.

    With over 400+ lectures and 25+sections and 8 PHP Projects and 130+ downloadable resources.


    100% Money Back Guarantee.

    You're completely covered! If within 30 days you find the course isn't for you, no problem. Just reach out to Udemy, and they'll give you a refund. It's that straightforward. So, feel confident knowing there's no risk on your end – only the potential for a brighter future ahead.


    Course Highlights:

    - Practical Learning: Dive into PHP with hands-on projects, challenges, and theory. Our interactive approach ensures that you not only learn but also retain the knowledge effectively.

    - Continuous Support: Your success is my priority. Enjoy access to personalized support whenever needed, ensuring that you stay motivated and on track throughout your learning journey.


    What You'll Learn:

    - Hands-On Practice: Apply your knowledge to real-world scenarios, from building 8 projects to validating forms and handling user input securely.

    - Advanced Topics: Explore advanced PHP concepts such as regular expressions, error handling, working with superglobal variables, PHP PDO, and many more...


    Join me Today:

    Enroll now and unlock the full potential of PHP. Whether you're looking to start a career in web development or enhance your existing skills, this course is your roadmap to success in the dynamic world of PHP programming.


    Feel free to make any adjustments or additions to better suit your preferences!

    Who this course is for:

    • Take this course if you want to get started with programming: PHP is a great beginner friendly language!
    • This course is meant for total beginners in PHP.
    • No programming experience is needed at all.
    • Take this course if you have been trying to learn PHP but: still don't really understand PHP, or still don't feel confident to build PHP projects.
    • Take this course if you want to gain a clear and deep understanding of PHP.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    PHP

    Khaiser Khanam
    Khaiser Khanam
    Instructor's Courses
    I'm a Full Stack Web Developer passionate about turning ideas into reality through elegant and efficient code. Proficient in a diverse array of technologies spanning both Frontend and Backend languages. From crafting visually appealing user interfaces to building robust server-side logic, I thrive on creating seamless and delightful web experiences.In addition to my technical prowess, I have actively embraced continuous learning throughout my career, keeping pace with industry trends and emerging technologies. I am a lifelong learner who values staying ahead of the curve. I find joy in exploring new technologies and methodologies that push the boundaries of what's possible on the web.Beyond coding, I am enthusiastic about sharing my knowledge and insights. As an educator, I find fulfillment in contributing to the growth of the web development community. I have a passion for mentoring and helping others unlock their full potential in the world of web development.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 405
    • duration 43:27:35
    • Release Date 2024/07/23