Jump to content

dhavard

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dhavard's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok so I have a script that when soemone tries to access a certain page it requires them to login or register. After the login has been verified it brings them to a page that says click here to go to our wholesale page. How can I make it go straight to the wholesale page and keep them from having to click on a link? The code is below that directs it where to go after a valid login. setcookie("loggedin", "".$_POST['username']."", time()+(3600 * 24)); setcookie("username", "".$_POST['username']."", "TRUE"); echo "Welcome: <strong>".$_POST['username']."</strong><br>"; echo "Continue to the <a href=http://www.thetikigardens.com/wholesale.htm>Wholesale</a> section.";
  2. Thanks Andy...I will definately read up on that and try it out and see how it works out. 
  3. Ok, I came up with an idea I wanted to see how to implement it.  I have a website for a plant nursery.  I am wanting to create a searchable database (mysql) with an inventory of the plants the have for sell.  Ultimately the main thing I am not sure of is how to make a page on the website where the owner can log in and add/delete inventory easily.  They aren't that swift with computers so this has to be dummy proof.  Where should I start on creating the page for them to log into and look at what plants are there and be able to add/delete.  Thanks!!!! ???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.