Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: PHP..

  1. #11
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Lets make it more complicated, as that wasn't complicated, probably more complicated than you can understand!
    Still hardly complicated. (Your code).

  2. #12
    Join Date
    Oct 2006
    Posts
    119
    Tokens
    0

    Default

    Quote Originally Posted by Invent View Post
    Still hardly complicated. (Your code).
    I agree. All you did was make it an object and make every first letter capitalized, which is makes it look noobish...

  3. #13
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    Quote Originally Posted by Voldemort View Post
    ooh, let's make it really complicated!

    PHP Code:
    <?php
    function center($text){
    echo 
    "<center>".$text."</center>";
    }

    function break(){
    echo 
    "<br />";
    }

     function 
    font($text,$font){
    echo 
    "<font family='".$font."'>".$text."</font>";
     }
     
     function 
    size($text,$size){
    echo 
    "<font size='".$size."'>".$text."</font>";
     }
     
    center("Centered Text");
    break();
    font("Verdana Text","verdana");
    break();
    size("Big Text",32);
    break();

    ?>
    thats a bit stupid.. surely i couldnt be bothered to use a function every time i wanted to center something just slows it down man just use pure html alot easier or use css..

  4. #14
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    Still hardly complicated. (Your code).

    Cause I couldn't be bothered ¬.¬


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  5. #15
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    Lol people trying to show how complicated they can code php.

  6. #16
    Join Date
    Sep 2006
    Posts
    136
    Tokens
    0

    Default

    Quote Originally Posted by Xeoro View Post
    Let's make it more complicated:

    PHP Code:
    <?PHP
    echo
    ?>
    Oh, haha. :rolleyes:
    Xuggle -RYAN IZ KWL
    ouyh1

    new warez-ish site coming out... soon.
    .

    Xeoro has changed for the better!



Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •