Results 1 to 6 of 6

Thread: pulishing bv page in php as opposed to publishing in html
      
   

  1. #1
    AWS's Avatar
    AWS
    AWS is offline First Lieutenant
    Join Date
    Jan 2006
    Posts
    172

    Default pulishing bv page in php as opposed to publishing in html

    Quick question.......

    would publishing you page in php make for faster download of page then publishing in html?

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: pulishing bv page in php as opposed to publishing in html

    No. It is the same amount of bits to download in either way.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    AWS's Avatar
    AWS
    AWS is offline First Lieutenant
    Join Date
    Jan 2006
    Posts
    172

    Default Re: pulishing bv page in php as opposed to publishing in html

    Quote Originally Posted by navaldesign
    No. It is the same amount of bits to download in either way.
    Hi Naval,
    Thanks.

    Whats the benifit to a php page over html assuming that their must be some benefit due to BV giving you the choice in publishing?

  4. #4
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: pulishing bv page in php as opposed to publishing in html

    It depends on what you might want the page to do. I will use php for all my new sites, because by doing so, I can make my navigation, header and footer (and any other page parts I want) in pages as an include - which then allows you to make global changes on all pages. That alone makes it worth it for me.

    You can read about that here:
    http://www.vodahost.com/vodatalk/blu...ge-bv-php.html

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: pulishing bv page in php as opposed to publishing in html

    BV is giving you the chance to publish the page as php in order for you to be able to put php code in it. PHP can be from a simple form processing script (look at BV Forms Tutorial Part 1) or complex scripts. Typical case: password protected pages, and, as Beth said, inclusion of the menu / headers / footers. Other scripts can be shopping cart scripts embedded in the BV pages, etc.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: pulishing bv page in php as opposed to publishing in html

    Its best to put all your pages in php just incase later on you want to include some sort of script. That way you don't have to go back through and republish as php and change your links, etc.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49