<?php echo $page_title; ?>

Hello

$variabel = "två"; echo "ett + ett = $variabel"; // Skriver ut: ett + ett = två echo 'ett + ett = $variabel'; // Skriver ut: ett + ett = $variabel

Senast ändrad: torsdag, 19 april 2018, 10:39