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! Quote 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, '!'; Quote 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 . "!"); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.