Jump to content

InfoJunkie

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

InfoJunkie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am completely new to php. I was wondering if anyone could help me. I have a html page with a tabbed header and a link bar to the left. The rest of the page is used as a load spot for a frame. The tabbed header, click tab, loads the frame. I need to add login to this page. I have a php admin type tool, where i can change the SQL databases. My idea of this page is somewhat crude, but I think it will work. If someone tries to access the page, a popup would appear and ask them to log in. The page supports sessions, so if they are already logged in then it goes right to the page. When logged in under a usr name, i need the text in the tabs to change according to their title and for them to have a separate link, to open the frame below it. Each user has different text for the tabs, and different links for the frame to load when the tab is clicked. I also need a logout button, and forgot password. I figured SQL worked similar to spread sheets. USR, PASS, EMAIL, TABTXT1, TABHREF1, TABTXT2, ect... then the next user.... then the php would have to access the database to pull these variables to load into the html page. That's what I am looking for, however I am clueless. I can do the html and I have xampp running with mysql, php, apache, filezilla, and mercury. Can someone show me where I can start learning some of this stuff, or teach me themselves. I am pretty sure this is mostly simple. Thank You in advance ~InfoJunkie
  2. I am completely new to php. I was wondering if anyone could help me. I have a html page with a tabbed header and a link bar to the left. The rest of the page is used as a load spot for a frame. The tabbed header, click tab, loads the frame. I need to add login to this page. I have a php admin type tool, where i can change the SQL databases. My idea of this page is somewhat crude, but I think it will work. If someone tries to access the page, a popup would appear and ask them to log in. The page supports sessions, so if they are already logged in then it goes right to the page. When logged in under a usr name, i need the text in the tabs to change according to their title and for them to have a separate link, to open the frame below it. Each user has different text for the tabs, and different links for the frame to load when the tab is clicked. I also need a logout button, and forgot password. I figured SQL worked similar to spread sheets. USR, PASS, EMAIL, TABTXT1, TABHREF1, TABTXT2, ect... then the next user.... then the php would have to access the database to pull these variables to load into the html page. That's what I am looking for, however I am clueless. I can do the html and I have xampp running with mysql, php, apache, filezilla, and mercury. Can someone show me where I can start learning some of this stuff, or teach me themselves. I am pretty sure this is mostly simple. Thank You in advance ~InfoJunkie
×
×
  • 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.