View Poll Results: which one?

Voters
308. You may not vote on this poll
  • PHP/MySQL

    0 0%
  • 25MB Extra Space

    0 0%
  • 1GB of Extra Bandwidth

    0 0%
  • 308 100.00%
Results 1 to 5 of 5

Thread: 1)PHP/MySQL 2)25MB Space 3)1GB Extra Bandwidth which one?

  1. #1
    Join Date
    Aug 2004
    Posts
    135

    Default 1)PHP/MySQL 2)25MB Space 3)1GB Extra Bandwidth which one?

    I know 1GB Extra Bandwidth is you can 1Gb more transfer bandwidth which I wouldn't need until my site get very popular which wouldn't happen soon
    25MB more web space was even simpler, just 25MB extra online storage( Well, not really. but you know what i meant :-) )
    see here is where I am confused
    i heard many people use php
    but never got to the point of actually understand how it workss
    so somebody please explain and vote for while one would you choose if you have 100 posts

  2. #2
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    I vote for PHP and MySQL :D

    PHP is a scripting language like C. If you know C, you can study PHP in 1 or 2 days.

    All PHP Scripting files end with ".php" extension.

    I will show you how to create your first PHP Script.

    Open notepad or any text editor. Create a new file, save it as "phpinfo.php" make sure you named the file correctly and not "phpinfo.php.txt"

    Now type in following code into text editor

    Code:
    <HTML>
    <BODY>
    
    <?php
    
    phpinfo();
    
    ?>
    
    </BODY>
    </HTML>
    Now save it and upload it to your web server. You can access this file with url

    http://username.bizhat.com/phpinfo.php

    username.bizhat.com = your web site url

    You can see the script running it at

    http://free.bizhat.com/phpinfo.php

    If this script run on your web site, then you have PHP support enabled. phpinfo() is a function that display details about PHP version running on the server.

    Regards,

    Yujin
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  3. #3
    Join Date
    Sep 2004
    Location
    Maryland, USA
    Posts
    332

    Default

    I tried the php test and I am happy to find that it works for me. It's a good thing that my username "madboyv1" happens to alreaddy be on the crawler so that adding new sites to my name is easier than you'd think.

  4. #4

    Default

    i have no clue what php or that other junk is so i chose bandwidth cause my site has a big potential to be popular, but we'll see, i might need the space before it comes popular, im not sure how much 1gb is or the space i have now compared to what ive use. I imagine im pretty full but i have no idea.

  5. #5
    Join Date
    Aug 2004
    Posts
    135

    Default

    these php crap makes easier on the web master
    as your site grow bigger, more stuff
    management become a big role of maintaining the website, which is what php makes it easier on and other stuff which act identical like a program

Bookmarks

Posting Permissions

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