Muhammad Raza Bangi Posted on Jun 28, 2022 <?php echo "Hello World."; ?> Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand 1 nicer Oli 1 nicer Oli 1 nicer Oli Follow Work Web Developer Joined Sep 17, 2021 • Jun 29 '22 • Edited on Jun 29 • Edited Dropdown menu Copy link Hide <?= 'Hello World.' ?> Collapse Expand Muhammad Raza Bangi Muhammad Raza Bangi Muhammad Raza Bangi Follow Greetings! I'm Muhammad Raza Bangi, a results-driven Full Stack Developer with over 3 years of expertise in Laravel, Node.js development. Location Karachi, Pakistan Education Virtual University of Pakistan Work Software Engineer At ePlanet Global Joined Jun 28, 2022 • Feb 17 Dropdown menu Copy link Hide missing semicolon. :D <?= 'Hello World.'; ?> Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
<?= 'Hello World.' ?>
missing semicolon. :D
<?= 'Hello World.'; ?>