munsiem Posted January 5, 2012 Share Posted January 5, 2012 Hey everyone, my name is Mike. I enjoy writing frameworks, breaking standards, and simplicity. I have joined this forum a few years back when I started PHP and have officially came back to start using this service again. I forgot how awesome and informative this was so here I am years later. This is just an informative greeting, cheers to everyone on here! Link to comment https://forums.phpfreaks.com/topic/254436-hello-world-mvc-developer-here/ Share on other sites More sharing options...
Philip Posted January 5, 2012 Share Posted January 5, 2012 <?php $user = 'munsiem'; echo 'Hello ', $user, '!'; Link to comment https://forums.phpfreaks.com/topic/254436-hello-world-mvc-developer-here/#findComment-1304628 Share on other sites More sharing options...
munsiem Posted January 5, 2012 Author Share Posted January 5, 2012 <?php $user = "KingPhilip"; $you = "user"; echo("Hello " . $$you . "!"); Link to comment https://forums.phpfreaks.com/topic/254436-hello-world-mvc-developer-here/#findComment-1304630 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.