وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

2024 PHP for Beginners Part 1: every line fully explained

سرفصل های دوره

PHP for Beginners: Learn to Code in PHP. Every line of code explained in detail. A true PHP for Beginners Course 2023


1 - Introduction
  • 1 - Preparing Your PHP for Beginners Development Environment
  • 1 - Setting-up-the-development-environment.pdf

  • 2 - PHP Basics
  • 1 - Variables in PHP.html
  • 2 - Hello World
  • 3 - How to use the correct syntax in PHP
  • 3 - hello-world.php.zip
  • 4 - Variables-in-PHP-version-4.pdf
  • 4 - What are PHP Variables.html
  • 5 - How to assign values to a variable in PHP
  • 5 - variables.php.zip
  • 6 - What PHP data types are available
  • 7 - How to add comments to PHP code
  • 7 - variables.php.zip
  • 8 - Echo and Print how to view PHP output
  • 8 - echo.php.zip

  • 3 - Basic Operators
  • 9 - How to use concatenation
  • 9 - concatenation.php.zip
  • 10 - How to add and subtract numbers in PHP
  • 10 - addition.php.zip
  • 10 - subtraction.php.zip
  • 11 - How to multiply and divide numbers in PHP
  • 11 - division.php.zip
  • 11 - multiplication.php.zip
  • 12 - How to use the PHP modulus operator
  • 12 - modulus.php.zip
  • 13 - How to find a power of a number using PHP
  • 13 - exponents.php.zip
  • 14 - Challenge 1 Back to school TASK
  • 14 - Challenge-Backtoschool.pdf
  • 15 - Challenge 1 Back to school SOLUTION
  • 15 - back-to-school.php.zip
  • 16 - back-to-school.php.zip
  • 17 - More concatenation
  • 17 - more-concatenation.php.zip
  • 18 - Challenge Whats in a name
  • 19 - Challenge Solution Whats in a name
  • 19 - whats-in-a-name.php.zip
  • 20 - Challenge 2 Whats in a name CODE.html
  • 20 - whats-in-a-name.php.zip

  • 4 - IF Statements
  • 2 - Progress Quiz.html
  • 21 - Logical and comparison operators
  • 21 - logical.php.zip
  • 22 - How to use a basic IF statement in PHP
  • 22 - if.php.zip
  • 23 - How to use an IF ELSE statement in PHP
  • 23 - if-else.php.zip
  • 24 - How to use an ELSEIF statement in PHP
  • 24 - if-elseif.php.zip
  • 25 - More logical and comparison operators
  • 25 - logical.php.zip

  • 5 - Basic Loops
  • 3 - Loops.html
  • 26 - Counting Incrementing and Decrementing
  • 26 - decrementor.php.zip
  • 26 - incrementor.php.zip
  • 27 - How to use a FOR loop in PHP
  • 27 - for-loop.php.zip
  • 28 - How to use WHILE loops in PHP
  • 28 - while-loop.php.zip
  • 29 - Challenge Multiples
  • 31 - Challenge 3 Multiples SOLUTION
  • 31 - multiples.php.zip
  • 32 - Challenge 3 Multiples CODE.html
  • 32 - multiples.php.zip
  • 33 - Challenge Fizz Buzz
  • 35 - Challenge 4 Lets play Fizz Buzz SOLUTION
  • 35 - fizz-buzz.php.zip
  • 36 - Challenge 4 Lets play Fizz Buzz CODE.html
  • 36 - fizz-buzz.php.zip

  • 6 - PHP Internal inbuilt Functions
  • 37 - How to use the PHP online reference manual
  • 38 - How to generate a random number in PHP
  • 38 - rand.php.zip
  • 39 - Challenge Odds or Evens TASK.html
  • 39 - Odds-or-Evens.pdf
  • 40 - Challenge Odds and Evens VIDEO
  • 41 - Challenge Odds and Evens SOLUTION
  • 41 - odds-evens.php.zip
  • 42 - Challenge Odds and Evens CODE.html
  • 42 - odds-evens.php.zip
  • 44 - Challenge Who are all the pi VIDEO
  • 45 - Challenge 6 Who ate all the pi SOLUTION
  • 45 - who-ate-all-the-pi.php.zip
  • 46 - Challenge 6 Who ate all the pi CODE.html
  • 46 - who-ate-all-the-pi.php.zip
  • 47 - How to use the date function in PHP
  • 47 - date.php.zip
  • 49 - Challenge Carpe Diem VIDEO
  • 50 - Challenge 7 Carpe Diem SOLUTION
  • 50 - carpe-diem.php.zip
  • 51 - Challenge 7 Carpe Diem CODE.html
  • 51 - carpe-diem.php.zip
  • 52 - Time functions
  • 52 - time.php.zip
  • 54 - Challenge Santa Claus is Coming to Town
  • 55 - Challenge 8 Santa Claus is coming to town SOLUTION
  • 55 - days-until-christmas.php.zip
  • 56 - Challenge 8 Santa Claus is coming to town CODE.html
  • 56 - days-until-christmas.php.zip

  • 7 - How to create a form in HTML and send data to a PHP script
  • 4 - Progress Quiz.html
  • 57 - How to create a basic HTML page structure
  • 57 - html-layout.php.zip
  • 58 - How to create a basic HTML form
  • 58 - html-form.php.zip
  • 59 - How to use form data in PHP
  • 59 - html-form-processor.php.zip
  • 61 - Challenge Temperature Conversion VIDEO
  • 62 - Challenge 9 Temperature conversion SOLUTION
  • 62 - temperature-form.php.zip
  • 62 - temperature-processor.php.zip
  • 63 - Challenge 9 Temperature conversion CODE.html
  • 63 - temperature-form.php.zip
  • 63 - temperature-processor.php.zip

  • 8 - More Internal Functions Working with strings
  • 64 - How to find the length of a word or sentence in PHP
  • 64 - string-length.php.zip
  • 66 - Challenge How long is a piece of string VIDEO
  • 67 - Challenge 10 How long is a piece of string SOLUTION
  • 67 - How-long-is-a-piece-of-string.php.zip
  • 68 - Challenge 10 How long is a piece of string CODE.html
  • 68 - How-long-is-a-piece-of-string.php.zip
  • 69 - How to count the number of words in a string in PHP
  • 69 - word-count.php.zip
  • 70 - How to replace characters in a string
  • 70 - string-replace.php.zip
  • 71 - How to randomise a string in PHP
  • 71 - string-shuffle.php.zip
  • 73 - Challenge Mission Impossible VIDEO
  • 74 - Challenge 11 Mission Impossible SOLUTION
  • 74 - mission-impossible.php.zip
  • 75 - Challenge 11 Mission Impossible CODE.html
  • 75 - mission-impossible.php.zip
  • 76 - Double versus single quotes in PHP
  • 76 - double-single-quotes.php.zip
  • 77 - How to escape strings in PHP
  • 77 - escaping-strings.php.zip
  • 79 - Challenge The Great Escape VIDEO
  • 80 - Challenge 12 The Great Escape SOLUTION
  • 80 - the-great-escape.php.zip
  • 81 - Challenge 12 The Great Escape CODE.html
  • 81 - the-great-escape.php.zip

  • 9 - How to create and use basic ARRAYS and array functions
  • 82 - What is an array in PHP
  • 82 - arrays.php.zip
  • 83 - How to loop through an array in PHP
  • 83 - loop-arrays.php.zip
  • 84 - How to split a string and place into an array in PHP
  • 84 - splitting-strings.php.zip
  • 86 - Challenge ISBN Checker VIDEO
  • 87 - Challenge 13 ISBN checker SOLUTION
  • 87 - ISBN.zip
  • 88 - Challenge 13 ISBN checker CODE.html
  • 88 - ISBN.zip
  • 90 - Challenge Mind Your Language VIDEO
  • 91 - Challenge 14 Mind your language SOLUTION
  • 91 - mind-your-language.php.zip
  • 92 - Challenge 14 Mind your language CODE.html
  • 92 - mind-your-language.php.zip
  • 93 - How to sort data in an array in PHP
  • 93 - array-sort.php.zip
  • 94 - How to explode and implode strings
  • 94 - explode-implode.php.zip
  • 95 - How to add elements to an existing array in PHP
  • 95 - array-push.php.zip
  • 97 - Challenge Around the World in 80 Days VIDEO
  • 98 - Challenge 15 Around the world in 80 days SOLUTION
  • 98 - around-the-world.php.zip
  • 99 - Challenge 15 Around the world in 80 days CODE.html
  • 99 - around-the-world.php.zip
  • 100 - Removing elements from the beginningend of an array
  • 100 - array-pop.php.zip
  • 101 - How to use arrayslice to split an array in PHP
  • 101 - array-slice.php.zip
  • 103 - Challenge Its getting hot in here VIDEO
  • 104 - Challenge 16 Its getting hot in here SOLUTION
  • 104 - hot-in-here.php.zip
  • 105 - Challenge 16 Its getting hot in here CODE.html
  • 105 - hot-in-here.php.zip
  • 106 - How to select a random element from an array
  • 106 - random-array.php.zip
  • 108 - Challenge Pick a card any card VIDEO
  • 109 - Challenge 17 Pick a card any card SOLUTION
  • 109 - pick-a-card.php.zip
  • 110 - Challenge 17 Pick a card any card CODE.html
  • 112 - Challenge Lets go shopping VIDEO
  • 113 - Challenge 18 Lets go shopping SOLUTION
  • 113 - Lets-Go-Shopping.zip
  • 114 - Challenge 18 Lets go shopping CODE.html
  • 114 - Lets-Go-Shopping.zip

  • 10 - Associative Arrays in PHP
  • 115 - How to understand the structure of an associative array
  • 115 - associative-array.php.zip
  • 116 - How to loop through an associative array and output the elements
  • 116 - associative-array.php.zip
  • 118 - Challenge Capital cities of the world VIDEO
  • 119 - Challenge 19 Capital cities of the world SOLUTION
  • 119 - capital-cities.php.zip
  • 120 - Challenge 19 Capital cities of the world CODE.html
  • 120 - capital-cities.php.zip

  • 11 - How to create your own functions in PHP
  • 121 - How to create a function in PHP
  • 121 - functions.php.zip
  • 122 - How to use variables in PHP functions
  • 122 - variables-in-functions.php.zip
  • 123 - How to pass arguments to a PHP function
  • 123 - passing-values-to-functions.php.zip
  • 124 - How to return a value from a PHP function
  • 124 - returning-values-from-functions.php.zip
  • 125 - How to return multiple values from a PHP function
  • 125 - returning-multiple-results-from-functions.php.zip

  • 12 - Sessions and Cookies
  • 127 - How to create a cookie in PHP
  • 127 - set-a-cookie.php.zip
  • 128 - How to read a cookie in PHP
  • 128 - read-a-cookie.php.zip
  • 129 - How to update a cookie in PHP
  • 129 - update-a-cookie.php.zip
  • 130 - How to delete a cookie in PHP
  • 130 - delete-a-cookie.php.zip
  • 132 - Challenge 20 All About Me VIDEO
  • 133 - Challenge 20 All About Me SOLUTION
  • 133 - all-about-me.zip
  • 134 - Challenge 20 All About Me CODE.html
  • 134 - all-about-me.zip
  • 135 - How to create a session in PHP
  • 135 - create-a-session.php.zip
  • 136 - How to read a session in PHP
  • 136 - read-a-session.php.zip
  • 137 - How to update a session in PHP
  • 137 - update-a-session.php.zip
  • 138 - How to delete a session in PHP
  • 138 - delete-a-session.php.zip
  • 140 - Challenge 21 Hit Me Baby One More Time VIDEO
  • 141 - Challenge 21 Hit Me Baby One More Time SOLUTION
  • 141 - hit-me-baby.php.zip
  • 142 - Challenge 21 Hit Me Baby One More Time CODE.html
  • 142 - hit-me-baby.php.zip

  • 13 - Student Extension Challenges
  • 144 - Challenge 22 Palindromes
  • 144 - Challenge-1.pdf
  • 145 - Challenge 22 Palindromes SOLUTION
  • 145 - Palindrome-Php.zip
  • 145 - palindrome-with-spaces.php.zip
  • 146 - Challenge 23 Chessboard
  • 147 - Challenge 23 Chessboard SOLUTION
  • 147 - chessboard.txt
  • 147 - chessboard-style.txt
  • 148 - Archive.zip
  • 148 - Challenge 25 Fancy a Game of Darts

  • 14 - BONUS
  • 149 - Congratulations Bonus Lecture
  • 149 - Discount-Codes.pdf
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 30247
    حجم: 2130 مگابایت
    مدت زمان: 415 دقیقه
    تاریخ انتشار: 2 اسفند 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید