Companies Home Search Profile

PHP Masterclass - go from beginner to advanced

Focused View

Kevin Makumbe

7:04:58

23 View
  • 1. Introduction.mp4
    00:30
  • 2. Download and installation of xampp.mp4
    02:15
  • 3. Download and installation of vscode text editor.mp4
    01:15
  • 1. How PHP works.mp4
    01:24
  • 1.1 syntax.zip
  • 1. Syntax.mp4
    14:05
  • 1.1 comments.zip
  • 1. Comments.mp4
    03:42
  • 1.1 variables.zip
  • 1. Variables.mp4
    10:57
  • 1.1 constants.zip
  • 1. Constants.mp4
    15:11
  • 1.1 datatypes.zip
  • 1. data types.mp4
    09:24
  • 1.1 arithmeticoperators.zip
  • 1. Arithmetic operators.mp4
    03:40
  • 2.1 bitwiseoperator.zip
  • 2. Bitwise operators.mp4
    10:32
  • 3.1 assignmentoperators.zip
  • 3. Assignment operator.mp4
    03:52
  • 4.1 incdec.zip
  • 4. Increment and decrement operator.mp4
    05:27
  • 5.1 valuecomparison.zip
  • 5. Value comparison.mp4
    07:37
  • 6.1 combinationoperator.zip
  • 6. String combination operator.mp4
    02:11
  • 7.1 logicaloperators.zip
  • 7. Logical operators.mp4
    08:22
  • 1.1 quotes.zip
  • 1. Quotes.mp4
    02:52
  • 2.1 heredoc.zip
  • 2. Heredoc.mp4
    03:34
  • 3.1 nowdoc.zip
  • 3. Nowdoc.mp4
    01:57
  • 4.1 substrings.zip
  • 4. Substrings.mp4
    02:41
  • 5.1 stringlocationandcomparison.zip
  • 5. String location and comparison 1.mp4
    06:11
  • 6. 5 String location and comparison 2.mp4
    03:39
  • 7.1 stringcharacterandwordcounting.zip
  • 7. 7 String character and word counting.mp4
    02:44
  • 8.1 phoneticfunction.zip
  • 8. Phonetic functions.mp4
    05:40
  • 9.1 stringsandarrays.zip
  • 9. Strings and arrays.mp4
    05:05
  • 1.1 indexing.zip
  • 1. Array indexing.mp4
    06:59
  • 2.1 addingvalues.zip
  • 2. Adding values.mp4
    04:56
  • 3.1 removingvalues.zip
  • 3. Removing values.mp4
    03:59
  • 4.1 splitting.zip
  • 4. Splitting arrays.mp4
    08:46
  • 5.1 range.zip
  • 5. Range.mp4
    02:45
  • 6.1 callbacks.zip
  • 6. Applying callbacks.mp4
    08:55
  • 1.1 while.zip
  • 1. While loop.mp4
    04:33
  • 2.1 dowhile.zip
  • 2. Do while loop.mp4
    03:06
  • 3.1 for.zip
  • 3. For loop.mp4
    03:10
  • 4.1 foreach.zip
  • 4. Foreach loop.mp4
    06:28
  • 1.1 declaratonanddefinition.zip
  • 1. Declaration and definition of functions.mp4
    02:46
  • 2.1 parametersandarguments.zip
  • 2. Parameters and arguments.mp4
    03:58
  • 3.1 optionalarguments.zip
  • 3. Optional arguments.mp4
    01:45
  • 4.1 argumenttypehinting.zip
  • 4. Argument type hinting.mp4
    03:28
  • 5.1 variadicdynamicfunctions.zip
  • 5. Variadic or dynamic functions.mp4
    06:55
  • 6.1 return.zip
  • 6. Return.mp4
    03:57
  • 7.1 scope.zip
  • 7. Scope.mp4
    03:36
  • 8.1 anonymousfunctions.zip
  • 8. Anonymous functions.mp4
    03:53
  • 1.1 writetocsv.zip
  • 1. Write to a csv stream resource in php.mp4
    06:54
  • 2.1 writetotextfile.zip
  • 2. Write to a text file stream resource.mp4
    06:17
  • 3.1 getformattedstring.zip
  • 3. Get a formatted string from a stream resource.mp4
    04:18
  • 4.1 filefunctions.zip
  • 4. File functions.mp4
    05:03
  • 5.1 directoryspecificfns.zip
  • 5. Directory functions.mp4
    04:25
  • 6.1 filespecificfns.zip
  • 6. File specific functions.mp4
    10:14
  • 1.1 get.zip
  • 1. Get method.mp4
    10:26
  • 2.1 post.zip
  • 2. Post method.mp4
    02:27
  • 3.1 validation.zip
  • 3. Validation.mp4
    07:10
  • 1.1 cookiesandsessions.zip
  • 1. Setting and removing cookies in PHP.mp4
    10:17
  • 2. Creating and removing sessions in php.mp4
    12:19
  • 1. Creating a database in phpmyadmin.mp4
    02:44
  • 2.1 connection.zip
  • 2. Connection to mysql database from php.mp4
    03:54
  • 3.1 create.zip
  • 3. Creating items in the database from php.mp4
    13:33
  • 4.1 read.zip
  • 4. Reading data from the database.mp4
    09:29
  • 5.1 update.zip
  • 5. Update records in database from php.mp4
    12:49
  • 6.1 delete.zip
  • 6. Deleting database records.mp4
    06:26
  • 7.1 search.zip
  • 7. Searching for database items.mp4
    05:25
  • 1. Defining classes and object instantiation.mp4
    05:13
  • 2. Constructor and destructor.mp4
    04:52
  • 3. Getters and setters.mp4
    04:57
  • 4. Inheritance.mp4
    05:45
  • 5. Final.mp4
    01:27
  • 6. Class and method abstraction.mp4
    01:59
  • 7. Interface construct.mp4
    07:52
  • 8. Trait construct.mp4
    08:10
  • 9. Static keyword (early binding and late binding).mp4
    11:31
  • 10. Autoloading.mp4
    06:48
  • 1.1 datetimefunctions.zip
  • 1. Date and time functions.mp4
    02:42
  • 2.1 datetimeclasses.zip
  • 2. Date time classes.mp4
    05:02
  • 3.1 dateintervalclass.zip
  • 3. Date interval class.mp4
    03:29
  • 4. Datetime comparison.mp4
    02:19
  • Description


    PHP for beginners Masterclass-Learn from beginner to advanced level

    What You'll Learn?


    • You will learn in-depth about operators, strings, arrays, loops, functions , I/0, Getting user input
    • You will learn about cookies and sessions
    • You will learn Object Oriented Programming concepts in-depth
    • You will learn how to perform CRUD operations on data stored in a relational database
    • You will learn about Date and Time and so much more.........

    Who is this for?


  • Beginner php developers curious about mastering the php language to expert level
  • What You Need to Know?


  • No programming experience needed.
  • PC/Laptop
  • More details


    Description

    This is the most complete and comprehensive PHP course online. The course is packed with nuggets that can catapult you from beginner to a master in just a few hours. If you want to master this amazing language this is the right course for you.

    Unlike other courses, this course is packed with beginner, intermediate, advanced, and even expert topics, so you don't have to look for another course in order to master the fundamentals of PHP.

    At the end of this course, you will have the knowledge and confidence that you need in order to ace your job interviews and become a professional php developer.


    What are you going to learn?

    You will learn all the basics of PHP, operators ,strings ,arrays, loops, functions, I/O ,getting user input, cookies and sessions, databases , OOP, Date and Time 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.

    Don't waste another second , enroll today!


    Who this course is for:

    • Beginner php developers curious about mastering the php language to expert level

    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 75
    • duration 7:04:58
    • Release Date 2023/12/16