Companies Home Search Profile

PHP for Beginners 2023

Focused View

Kevin Makumbe

7:37:44

86 View
  • 1. Introduction.mp4
    00:52
  • 2.1 Monokai theme.html
  • 2. Download , install and setup Xampp.mp4
    03:59
  • 3. Download , install and setup Brackets text editor.mp4
    05:06
  • 4. How PHP works.mp4
    01:33
  • 5.1 phpcourse.zip
  • 5. Download course files.mp4
    00:16
  • 1.1 00 syntax.zip
  • 1. Syntax.mp4
    09:13
  • 2.1 01 comments.zip
  • 2. Comments.mp4
    01:31
  • 3.1 02 variables.zip
  • 3. Variables.mp4
    10:33
  • 4.1 03 constants.zip
  • 4. Constants.mp4
    05:27
  • 5.1 04 datatypes.zip
  • 5. Data types.mp4
    05:06
  • 6. Exercise.html
  • 1.1 06 arithmetic operations.zip
  • 1. Arithmetic operations.mp4
    01:29
  • 2.1 07 increment and decrement operator.zip
  • 2. Increment and decrement operator.mp4
    02:35
  • 3.1 08 assignment with math operators.zip
  • 3. Assignment with math operator.mp4
    02:21
  • 4.1 09 order of operation.zip
  • 4. Order of operation in math.mp4
    01:46
  • 5.1 10 number conversion.zip
  • 5. Number conversion.mp4
    04:25
  • 6.1 11 number checking functions.zip
  • 6. Number checking functions.mp4
    02:22
  • 7.1 12 advanced number functions.zip
  • 7. Advanced number handling functions.mp4
    03:48
  • 8.1 13 exercise.zip
  • 8. EXERCISE.mp4
    03:49
  • 1.1 14 creating strings.zip
  • 1. Creating strings.mp4
    01:59
  • 2.1 15 string concatenation.zip
  • 2. String concatenation.mp4
    05:16
  • 3.1 16 escaping string characters.zip
  • 3. Escaping string characters.mp4
    01:58
  • 4.1 17 accessing string characters.zip
  • 4. Accessing string characters.mp4
    02:36
  • 5.1 18 string functions.zip
  • 5. String functions.mp4
    13:08
  • 6.1 19 multiline text.zip
  • 6. Multiline text.mp4
    04:44
  • 7.1 20 string formatting.zip
  • 7. String formatting.mp4
    13:59
  • 8.1 21 exercise.zip
  • 8. EXERCISE.mp4
    05:05
  • 1.1 22 creating arrays.zip
  • 1. Creating arrays.mp4
    07:03
  • 2.1 23 array functions.zip
  • 2. Array functions.mp4
    09:24
  • 3.1 24 string to array.zip
  • 3. String to array.mp4
    05:21
  • 4.1 25 array to string.zip
  • 4. Array to string.mp4
    02:21
  • 5.1 26 merge arrays.zip
  • 5. Array merge.mp4
    02:14
  • 6.1 27 array difference.zip
  • 6. Array differences.mp4
    03:10
  • 7.1 28 associative array.zip
  • 7. Associative arrays.mp4
    05:49
  • 8.1 29 exercise.zip
  • 8. EXERCISE.mp4
    03:30
  • 1.1 30 comparison operators.zip
  • 1. Comparison operators.mp4
    07:42
  • 2.1 31 logical operators.zip
  • 2. Logical operators.mp4
    08:01
  • 3. EXERCISE.html
  • 1.1 32 if elseif else.zip
  • 1. If else elseif.mp4
    04:17
  • 2.1 33 ternary operator.zip
  • 2. Ternary operator.mp4
    05:45
  • 3.1 34 switch.zip
  • 3. Switch.mp4
    06:23
  • 4.1 35 match.zip
  • 4. Match.mp4
    05:10
  • 5.1 36 exercise.zip
  • 5. EXERCISE.mp4
    05:21
  • 1.1 37 while loop.zip
  • 1. While loop.mp4
    02:53
  • 2.1 38 do while loop.zip
  • 2. Do while loop.mp4
    02:55
  • 3.1 39 for loop.zip
  • 3. For loop.mp4
    02:24
  • 4.1 40 foreach loop.zip
  • 4. Foreach loop.mp4
    03:29
  • 5.1 41 exercise.zip
  • 5. EXERCISE.mp4
    06:34
  • 1.1 42 defining and calling functions.zip
  • 1. Defining and calling functions.mp4
    01:58
  • 2.1 43 arguments and parameters.zip
  • 2. Arguments and parameters.mp4
    02:29
  • 3.1 44 optional arguments.zip
  • 3. Optional Arguments.mp4
    01:33
  • 4.1 45 return.zip
  • 4. Return.mp4
    01:47
  • 5.1 46 argument type hinting.zip
  • 5. Argument type hinting.mp4
    03:31
  • 6.1 47 splat operator.zip
  • 6. Splat operator ( ).mp4
    02:34
  • 7.1 48 variable scopes.zip
  • 7. Variable scopes.mp4
    03:48
  • 8.1 49 anonymous functions.zip
  • 8. Anonymous functions.mp4
    01:28
  • 9.1 50 arrow functions.zip
  • 9. Arrow functions.mp4
    01:47
  • 10.1 51 exercise.zip
  • 10. EXERCISE.mp4
    04:27
  • 1.1 file52 53.zip
  • 1. Include and require.mp4
    07:04
  • 2. EXERCISE.html
  • 1.1 54 get.zip
  • 1. Get method.mp4
    13:30
  • 2.1 56 post.zip
  • 2. Post method.mp4
    03:55
  • 3.1 57 validation.zip
  • 3. Validation.mp4
    08:34
  • 4. EXERCISE.html
  • 1. Creating a database in phpmyadmin.mp4
    03:02
  • 2.1 58 connection.zip
  • 2. Establishing a connection with the database.mp4
    02:08
  • 3.1 59 create.zip
  • 3. Create.mp4
    10:14
  • 4.1 60 read.zip
  • 4. Read.mp4
    08:37
  • 5.1 61 update.zip
  • 5. Update.mp4
    14:32
  • 6.1 62 delete.zip
  • 6. Delete.mp4
    07:13
  • 7.1 63 search.zip
  • 7. Search.mp4
    06:36
  • 8. EXERCISE.html
  • 1.1 64 encryption.zip
  • 1. Encryption.mp4
    07:09
  • 2.1 65 sqlinjection.zip
  • 2. SQL Injection.mp4
    11:17
  • 3.1 66 xssattacks.zip
  • 3. XSS attacks.mp4
    06:34
  • 4.1 67 exercise.zip
  • 4. EXERCISE.mp4
    02:51
  • 1.1 68 cookies.zip
  • 1. Cookies.mp4
    08:31
  • 2.1 files69 70.zip
  • 2. Sessions.mp4
    15:11
  • 3. EXERCISE.html
  • 1.1 71 defining a class.zip
  • 1. Defining a class.mp4
    04:39
  • 2.1 72 instantiation.zip
  • 2. Instantiation.mp4
    04:37
  • 3.1 73 constructor.zip
  • 3. Constructor.mp4
    06:09
  • 4.1 74 getters and setters.zip
  • 4. Getters and setters.mp4
    11:12
  • 5.1 75 static properties and methods.zip
  • 5. Static methods and properties.mp4
    04:43
  • 6.1 76 inheritance.zip
  • 6. Inheritance.mp4
    14:11
  • 7. EXERCISE.html
  • 1.1 77 fwrite.zip
  • 1. fwrite.mp4
    04:21
  • 2.1 78 file put contents.zip
  • 2. file put contents.mp4
    01:44
  • 3.1 79 fread.zip
  • 3. fread.mp4
    03:48
  • 4.1 80 file get contents.zip
  • 4. file get contents.mp4
    01:00
  • 5.1 81 copy a file.zip
  • 5. copy a file.mp4
    01:19
  • 6.1 82 rename a file.zip
  • 6. rename a file.mp4
    00:59
  • 7.1 83 delete a file.zip
  • 7. delete a file.mp4
    00:56
  • 8.1 84 make a directory.zip
  • 8. make a directory.mp4
    00:57
  • 9.1 85 rename a directory.zip
  • 9. rename a directory.mp4
    00:57
  • 10.1 86 scan a directory.zip
  • 10. Scan a directory.mp4
    01:43
  • 11.1 87 remove a directory.zip
  • 11. Remove a directory.mp4
    01:00
  • 12.1 88 uploading files.zip
  • 12. Uploading files.mp4
    16:27
  • 13. EXERCISE.html
  • Description


    PHP for Beginners: Learn everything you need to become a PHP developer

    What You'll Learn?


    • PHP Basics (syntax, comments, variables, data types)
    • Working with numbers
    • Working with Strings
    • Working with Arrays
    • Logical and comparison Operators
    • Loops
    • Functions
    • Importing files in PHP
    • Getting user input
    • Querying the database in PHP
    • Securing your web application
    • Object oriented programming (OOP)
    • interacting with the File system

    Who is this for?


  • Beginnners willing to learn the language PHP
  • More details


    Description

    Are you wanting to dive into Web development but you don’t know where to start? Perhaps you have tried many online PHP courses but you can’t seem to grasp the concepts.

    Well i have good news for you! You’re in the right place at the right time because I’ve created this course with people like you in mind.


    What are you going to learn?

    This PHP course will teach you all the foundational skills you need to know to become a PHP developer.  You will learn all the basics of PHP, you're going to be working with numbers,Strings,Arrays,Operators,Functions,Importing files,Getting user input, Interacting with the File System ,MYSQL Database etc.


    So why learn a language like PHP?

    This PHP language has stood the test of time and is still in demand in the job market.PHP is used by 78.9% of all websites with a known server-side programming language. It's being used by several global and well-established companies like Facebook, WordPress, Wikipedia, Etsy to mention but a few. So PHP is here to stay.

    So what are you waiting for? The sooner you enroll, the faster you’ll realize your dreams.

    Thank you for your considering this course!

    Who this course is for:

    • Beginnners willing to learn the language PHP

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

    PHP

    Kevin Makumbe
    Kevin Makumbe
    Instructor's Courses
    Kevin Makumbe is a Systems Engineer, trainer and entrepreneur who holds a Computer Science degree. He has spent the last 14 years working with a number of high profile brands developing and implementing cutting edge technologies. Apart from teaching he enjoys spending part of his time with his family and watching the world’s most beautiful game-Soccer.
    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 91
    • duration 7:37:44
    • Release Date 2023/05/06

    Courses related to PHP