PHP Compiler
<!DOCTYPE html> <html> <body> <?php $str = "John doe"; $num = 45; echo "$str lucky number is $num"; ?> </body> </html>
OUTPUT
John doe lucky number is 45
×

Save as Private