use of php in web???/

Discussion in 'PHP' started by databaseking, Aug 19, 2007.

  1. #1
    can any one tell me that how we can use php to make good web sites????
     
    databaseking, Aug 19, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    
    <?php
    
    $web = new Website();
    $web->set_subject('adult');
    $web->show_naked_girls(array('amount' => 500, 'age' => 18));
    $web->get_visitors(99999999);
    
    for ($i = 0; $i < 1000; $i++)
    {
    	$web->get_their_money('you@paypal-address.com');
    }
    
    $web->display();
    $web->repeat(true);
    
    ?>
    
    PHP:
    This will get it done.
     
    nico_swd, Aug 19, 2007 IP
    masoko2 and wmtips like this.
  3. alexts

    alexts Well-Known Member

    Messages:
    1,126
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    125
    Digital Goods:
    1
    #3
    alexts, Aug 19, 2007 IP