6
MrR0bot
7y

<?php
$i = -10;
do {
echo "The number is " . $i . "<br/>";
$i++;
} while($i <= 7);
?>

Just for the heck of it:p

Comments
  • 3
    Me after seeing this:
  • 1
    @hacker lol sorry for that. I'm still a noob at PHP.
  • 0
    @TheDevil me too (I bothered to try it but quit using it very soon). I just don't like PHP.
  • 1
    @hacker sadly I am getting into web dev so PHP is something I have to learn. It's fun so far :p but advance PHP programmer would probably roast me if they saw my PHP code lol
  • 2
    @TheDevil good luck my friend. I'm actually a web developer (full-stack) and NodeJS seems to do the job just fine. To each their own, I guess...
  • 3
    @hacker mhm I might look into that. I was planning on learning angular.js
  • 3
    @hacker @TheDevil yeah, I ditched php in favor of Node as well and no regrets. <3
    AngularJS aka Angular 1.x is nice and all, but allows a lot of bad habits (eg spaghetti controllers with lots of code), and the Angular dev team advises against it now. You should look at Angular 2+ instead, or imho Vue
  • 2
    @nicholai I will thanks for the advice honestly (:
  • 1
    @hacker looking at your description: "nodejs, sass, pug" <33333 all bow to the full stack master race combination
  • 1
    @nicholai tbh, I don't really like AngularJS...
    Looking at your description, "js, node" that's enough to make me like you
    Can we be friends haha?
  • 1
    @hacker why, yes of course!
  • 1
    @hacker hey i also like node :)
  • 1
    @cr78 yay! Another developer friend! ✌🏼
  • 0
    @nicholai @cr78
    What is the coolest thing you guys have ever created with NodeJS? I'm just curious :)
  • 1
    @hacker a social platform.. the main program is like a simple social network but the legacy is definitely not the same hahaha
  • 1
    Please learn something other than PHP.
    Please.
  • 1
    @Ashkin I feel like every language is worth learning.
  • 2
    @TheDevil I completely agree.
    But for a first language, you really should learn something with fewer pitfalls and that doesn't actively fight against you. PHP is good to know, definitely, but is a horrible introductory language.

    Python, Ruby, and even C make much better choices.
  • 1
    @omomthings that sounds pretty cool, dude!
  • 1
    @hacker a management dashboard for my crypto miningrigs, a "printerhackingscript" that allows you to print a message on every public available printer in the world and many more... Do you have telegram or any messenger so we could talk a little? :)
  • 1
    @hacker I don't have messenger, do you also have another messaging app? Snapchat? Instagram? Telegram? Kik? Skype? Discord?
Add Comment