PartExercises
1
  1. Hello
  2. Single Line Comment
  3. Multiline Comment
  4. Multiline Printing
  5. Whitespaces
  6. Case Sensitivity
  7. Braces
  8. Integer
  9. Double
  10. Boolean
  11. Other Types as Boolean
  12. Single Quote String
  13. Esc Sequence
  14. Current Time
  15. getdate() function
  16. date() function
  17. Constant
  18. System Constants
  19. Arithmetic Operators
  20. Comparison Operators
  21. Logical Operators
  22. Short Circuit
  23. Conditional Operator
  24. Operator Precedence
  25. If-Then
  26. If-Then-Else
  27. Nested Ifs
  28. Else-Ifs
  29. Switch-Case
  30. For Loop
  31. Pre-Test Loop
  32. Post-Test Loop
2
  1. Array-1
  2. Associative Array
  3. Number of Items
  4. print_r function
  5. array_map function
  6. array_filter function
  7. array_reduce function
  8. Multidimensional Arrays
  9. Matrix-1:Declare Matrix
  10. Matrix-2:Show Matrix
  11. Matrix-3:Multiply Matrix
  12. Jagged Array
  13. Func01:Declare Function
  14. Func02:Optional Parameters
  15. Func03:Parameter Passing Machenism
  16. Func04:Arbitrary Arguments
  17. Func05:Varibale Scoping
  18. Func06:Refer to Global Scope Variables
  19. Func07:Another Approach refer to Global Variables
  20. Func08:Static Variable
  21. Ex01
  22. Ex02
  23. Ex03-Primes
  24. Ex04-Fibonacci
  25. Ex05-Count Number of Characters
  26. Ex06-Finding Min & Max using array_reduce
  27. Ex07-Add Matrix
  28. Ex08-Magic3x3
3
  1. Circle01
  2. Circle02
  3. Circle03:Constructor
  4. Circle04:Properties
  5. OOP1
  6. OOP2
4
  1. MySQL01:Test Connection
  2. MySQL02:Create New Database
  3. MySQL03:Set Active Database
  4. MySQL04:Create Table
  5. MySQL05:Create Table from external file
  6. MySQL06:Insert New Record
  7. MySQL07:Insert new Record with Form
  8. MySQL08:Retrieve Stored Records
  9. MySQL09:Alternative way
  10. MySQL10:Alternative way
  11. MySQL11:Alternative way
  12. MySQL12:Update Record (with Form)