Results 1 to 4 of 4

Thread: adding php in bluevoda
      
   

  1. #1
    blazesocket is offline Sergeant
    Join Date
    Apr 2010
    Posts
    22

    Default adding php in bluevoda

    The script runs correctly if i load it in my wamp server. However, I created it in the html box in bluevoda, set the page property to php extension, saved the page as .bvp published it at www.udenulga.net but it did not load. If i set the page property as html extension, the page will load when published but only html codes will be processed. I'm good in php but not conversant with using php in bluevoda. Please help.
    <HTML>
    <BODY>
    <b>today</b>
    <?php
    echo "My first php script";
    ?>
    </BODY>
    </HTML>

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

    Default Re: adding php in bluevoda

    In fact your php page is in http://www.udenulga.net/index.php and displays correctly.

    When you add PHP code in a BV page, do NOT add <html> </html> <head> </head> <body> /body> tags as they are already included in the BV page. Just the pure php code in a html box or in Start of Page HTML or in any other page part you need it.
    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
    blazesocket is offline Sergeant
    Join Date
    Apr 2010
    Posts
    22

    Post Re: adding php in bluevoda

    Thanks a lot. I tried it and it worked. However, I want my page to load with www.udenulga.net and not www.udenulga.net/index.php. How can I achieve that?

  4. #4
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: adding php in bluevoda

    Simply login to your c-panel or ftp manager and delete the file index.html then the php version will show

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