6
stop
6y

it was the last time i used PHP for an school project. i and an other group decided to make an website. it was luck that no input was required. Because i already knew PHP and HTML i need to help them. the code they made was the cause i quit php. the site only worked after an redirect. it was irony that tje code looked like it was written from a junkey and the theme was drugs.

Comments
  • 3
    So basically because 'their' ways of writing php , made 'you' stop using php?
  • 2
    @Clear0Ff peer pressure does that
  • 8
    function Increase_number(x){
    var temp = x;
    temp = x + 1;
    if(temp == x+1)
    return temp;
    else
    return x + 1;
    }

    Now quit writing javascript.
  • 2
    @hack burn it, burn it with fire!!!!
  • 3
    @Clear0Ff @C0D4 @hack it was horrible. i showed them how to write good code and they made something that looked like stackoverflow questions merged with code from the obfusicated c contest from category "most obscure program".
  • 0
    @stop but don’t let that ruin your fun lol
  • 1
    @hack My eyes hurt... My eyes...
Add Comment