Please note, this is a STATIC archive of website technosmarter.com from 20 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.



<?php
$x="Hello I am learning PHP";
$y='Learn PHP';
echo $x;
echo "
"; echo $y; ?>