InfoJunkie Posted March 26, 2009 Share Posted March 26, 2009 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 Link to comment https://forums.phpfreaks.com/topic/151215-php-help-dynamic-page-newbie/ Share on other sites More sharing options...
POG1 Posted March 26, 2009 Share Posted March 26, 2009 Why make 2 topics? Link to comment https://forums.phpfreaks.com/topic/151215-php-help-dynamic-page-newbie/#findComment-794343 Share on other sites More sharing options...
InfoJunkie Posted March 26, 2009 Author Share Posted March 26, 2009 Realized it was under wrong board. Link to comment https://forums.phpfreaks.com/topic/151215-php-help-dynamic-page-newbie/#findComment-794344 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.