PHP Coder

RandomRyan

Member
Nov 7, 2013
37
4
Hello DevBest Community

I'm looking for a PHP coder to figure out some errors I have on my website.

Details when you private message me.

Thanks.

P.S.
This is a PAID job.
 

GarettM

Posting Freak
Aug 5, 2010
833
136
rotflmfao XD
Code:
<?php
  /**
  * Technically you need someone to fix your shit for cash?
  */

class Why {
      protected static $msg, $money, $lier;

      public function __construct() {
            self::$msg[] = "How Much DO we get?";
            self::$msg[] = "If Zero Your a prick :S";
            # Run if he pays $5 or more
            self::imIntereasted(true);
      }
      public static function imIntereasted($boolean = false) {
            if(!$boolean):
                      die('Naa I Wont Do It');
            else:
                      unset(self::$msg);
                      self::$msg[] = "I will do it!";
            endif;
            $this->PM_ME_DUDE();
        }
     public function PM_ME_DUDE() {
           foreach(self::$msg as $iMessage)
                    print "$iMessage <br />".PHP_EOL;
      }
}

$run = new Why(); // ? ;3

Egh im bored and intereasted
 

RandomRyan

Member
Nov 7, 2013
37
4
I hope this clarifies the problem, or do you need more information?

svAXC6XgZQA0.png
 

Users who are viewing this thread

Top