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

PHP for Beginners 2023

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

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


1. Introduction
  • 1. Introduction
  • 2.1 Monokai theme.html
  • 2. Download , install and setup Xampp
  • 3. Download , install and setup Brackets text editor
  • 4. How PHP works
  • 5.1 phpcourse.zip
  • 5. Download course files

  • 2. Basics
  • 1.1 00 syntax.zip
  • 1. Syntax
  • 2.1 01 comments.zip
  • 2. Comments
  • 3.1 02 variables.zip
  • 3. Variables
  • 4.1 03 constants.zip
  • 4. Constants
  • 5.1 04 datatypes.zip
  • 5. Data types
  • 6. Exercise.html

  • 3. Math
  • 1.1 06 arithmetic operations.zip
  • 1. Arithmetic operations
  • 2.1 07 increment and decrement operator.zip
  • 2. Increment and decrement operator
  • 3.1 08 assignment with math operators.zip
  • 3. Assignment with math operator
  • 4.1 09 order of operation.zip
  • 4. Order of operation in math
  • 5.1 10 number conversion.zip
  • 5. Number conversion
  • 6.1 11 number checking functions.zip
  • 6. Number checking functions
  • 7.1 12 advanced number functions.zip
  • 7. Advanced number handling functions
  • 8.1 13 exercise.zip
  • 8. EXERCISE

  • 4. Strings
  • 1.1 14 creating strings.zip
  • 1. Creating strings
  • 2.1 15 string concatenation.zip
  • 2. String concatenation
  • 3.1 16 escaping string characters.zip
  • 3. Escaping string characters
  • 4.1 17 accessing string characters.zip
  • 4. Accessing string characters
  • 5.1 18 string functions.zip
  • 5. String functions
  • 6.1 19 multiline text.zip
  • 6. Multiline text
  • 7.1 20 string formatting.zip
  • 7. String formatting
  • 8.1 21 exercise.zip
  • 8. EXERCISE

  • 5. Arrays
  • 1.1 22 creating arrays.zip
  • 1. Creating arrays
  • 2.1 23 array functions.zip
  • 2. Array functions
  • 3.1 24 string to array.zip
  • 3. String to array
  • 4.1 25 array to string.zip
  • 4. Array to string
  • 5.1 26 merge arrays.zip
  • 5. Array merge
  • 6.1 27 array difference.zip
  • 6. Array differences
  • 7.1 28 associative array.zip
  • 7. Associative arrays
  • 8.1 29 exercise.zip
  • 8. EXERCISE

  • 6. Operators
  • 1.1 30 comparison operators.zip
  • 1. Comparison operators
  • 2.1 31 logical operators.zip
  • 2. Logical operators
  • 3. EXERCISE.html

  • 7. Conditionals
  • 1.1 32 if elseif else.zip
  • 1. If else elseif
  • 2.1 33 ternary operator.zip
  • 2. Ternary operator
  • 3.1 34 switch.zip
  • 3. Switch
  • 4.1 35 match.zip
  • 4. Match
  • 5.1 36 exercise.zip
  • 5. EXERCISE

  • 8. Loops
  • 1.1 37 while loop.zip
  • 1. While loop
  • 2.1 38 do while loop.zip
  • 2. Do while loop
  • 3.1 39 for loop.zip
  • 3. For loop
  • 4.1 40 foreach loop.zip
  • 4. Foreach loop
  • 5.1 41 exercise.zip
  • 5. EXERCISE

  • 9. Functions
  • 1.1 42 defining and calling functions.zip
  • 1. Defining and calling functions
  • 2.1 43 arguments and parameters.zip
  • 2. Arguments and parameters
  • 3.1 44 optional arguments.zip
  • 3. Optional Arguments
  • 4.1 45 return.zip
  • 4. Return
  • 5.1 46 argument type hinting.zip
  • 5. Argument type hinting
  • 6.1 47 splat operator.zip
  • 6. Splat operator ( )
  • 7.1 48 variable scopes.zip
  • 7. Variable scopes
  • 8.1 49 anonymous functions.zip
  • 8. Anonymous functions
  • 9.1 50 arrow functions.zip
  • 9. Arrow functions
  • 10.1 51 exercise.zip
  • 10. EXERCISE

  • 10. Including files in PHP
  • 1.1 file52 53.zip
  • 1. Include and require
  • 2. EXERCISE.html

  • 11. Getting user input
  • 1.1 54 get.zip
  • 1. Get method
  • 2.1 56 post.zip
  • 2. Post method
  • 3.1 57 validation.zip
  • 3. Validation
  • 4. EXERCISE.html

  • 12. Databases
  • 1. Creating a database in phpmyadmin
  • 2.1 58 connection.zip
  • 2. Establishing a connection with the database
  • 3.1 59 create.zip
  • 3. Create
  • 4.1 60 read.zip
  • 4. Read
  • 5.1 61 update.zip
  • 5. Update
  • 6.1 62 delete.zip
  • 6. Delete
  • 7.1 63 search.zip
  • 7. Search
  • 8. EXERCISE.html

  • 13. Security
  • 1.1 64 encryption.zip
  • 1. Encryption
  • 2.1 65 sqlinjection.zip
  • 2. SQL Injection
  • 3.1 66 xssattacks.zip
  • 3. XSS attacks
  • 4.1 67 exercise.zip
  • 4. EXERCISE

  • 14. Cookies and Sessions
  • 1.1 68 cookies.zip
  • 1. Cookies
  • 2.1 files69 70.zip
  • 2. Sessions
  • 3. EXERCISE.html

  • 15. Object Oriented Programming (OOP)
  • 1.1 71 defining a class.zip
  • 1. Defining a class
  • 2.1 72 instantiation.zip
  • 2. Instantiation
  • 3.1 73 constructor.zip
  • 3. Constructor
  • 4.1 74 getters and setters.zip
  • 4. Getters and setters
  • 5.1 75 static properties and methods.zip
  • 5. Static methods and properties
  • 6.1 76 inheritance.zip
  • 6. Inheritance
  • 7. EXERCISE.html

  • 16. File system
  • 1.1 77 fwrite.zip
  • 1. fwrite
  • 2.1 78 file put contents.zip
  • 2. file put contents
  • 3.1 79 fread.zip
  • 3. fread
  • 4.1 80 file get contents.zip
  • 4. file get contents
  • 5.1 81 copy a file.zip
  • 5. copy a file
  • 6.1 82 rename a file.zip
  • 6. rename a file
  • 7.1 83 delete a file.zip
  • 7. delete a file
  • 8.1 84 make a directory.zip
  • 8. make a directory
  • 9.1 85 rename a directory.zip
  • 9. rename a directory
  • 10.1 86 scan a directory.zip
  • 10. Scan a directory
  • 11.1 87 remove a directory.zip
  • 11. Remove a directory
  • 12.1 88 uploading files.zip
  • 12. Uploading files
  • 13. EXERCISE.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 11586
    حجم: 3057 مگابایت
    مدت زمان: 458 دقیقه
    تاریخ انتشار: 20 اردیبهشت 1402
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید