Results 1 to 2 of 2

Thread: Incorporating PHP into Bluevoda website
      
   

  1. #1
    masterguns is offline Corporal
    Join Date
    Aug 2007
    Posts
    13

    Default Incorporating PHP into Bluevoda website

    So I have my webpage built in bluevoda. Now I want to start incorporating some php scripts, such like after a visitor clicks on the register button, I want it to take them to a registering page, allowing them to create a username and password and even a profile, with some other demographic info.

    What is the first thing I should do with php here being an absolute newbie?

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

    Default Re: Incorporating PHP into Bluevoda website

    You will either have to learn php, or find an existing php script. If you are going to make your own you will have to have a script to take the variables submitted from the form, add it to a database, and then a script to retrieve the info when users login. Also you will need to use either sessions or cookies to remember the login on other pages they go to.

    If you don't have any programming experience, or no time to learn you want to look around to see what scripts are available that will work well with BV (I don't know of any, and I haven't read of anyone mentioning one on the forum, may have missed it though). Navaldesign might have one that works well. (Naval uses PHP and BV). I personally don't even use BV, makes using php so much simpler.

    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