Profile
What is PHP? Enlightened Posted on: Oct 17, 2025 In: PHP

PHP basics

  • Server-side scripting
  • Client-side scripting
  • Database language
  • Markup language
Profile
What is PHP Variable? Enlightened Posted on: Oct 17, 2025 In: PHP

Variable basics

  • Stores data
  • Runs function
  • Creates loop
  • Defines class
Profile
What is PHP Function? Enlightened Posted on: Oct 17, 2025 In: PHP

Function basics

  • Reusable block
  • Variable
  • Loop
  • Event
Profile
What is PHP Array? Enlightened Posted on: Oct 17, 2025 In: PHP

Array basics

  • Stores multiple values
  • Stores single value
  • Defines function
  • Runs code
Profile
What is PHP Object? Enlightened Posted on: Oct 17, 2025 In: PHP

Object basics

  • Instance of a class
  • Variable
  • Loop
  • Function