<?php $name="rayen"; $age=16; $country="tunisia"; $favoritegame="football"; echo "hello,my name is ".$name." .i m ".$age." years old.i live in ".$country." and my favorite game is ".$favoritegame;
To embed this project on your website, copy the following code and paste it into your website's HTML: