<?php //Place your code below this comment $firstName = 'Rasmus'; $lastName = 'Lerdorf'; $fullname = "$firstName $lastName"; echo "$fullname was the original creator of PHP\n" ?>
You have javascript disabled. You will not be able to edit any code.