MadelieneE / SAE_INT140

For SAE assigments
1 stars 0 forks source link

Week 3 - Tutorial #4

Open rhaubt opened 6 years ago

rhaubt commented 6 years ago
  1. Install and run XAMPP

  2. Become familiar with XAMPP / HTDOCS folder

  3. use basic echo function "<?php echo 'My first php'; ?> to write some stuff on a website

  4. use date function to get date, day, month, time from the server

  5. do some basic maths using variable eg '$num1' +, -, *, /