Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
";// Simple variable displayecho $abc;echo "
"; // creating a new lineecho $xyz;echo "
"; // creating a new line// Displaying arrays$fruits=array('fruit1'=>'Apple','fruit2'=>'Banana');echo "Fruits are : {$fruits['fruit1']} and {$fruits['fruit2']}" ;?>