Results 1 to 2 of 2

Thread: PhP User Login and CSS Integration

  1. #1
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PhP User Login and CSS Integration

    Dear Clever People

    I have built a CSS+HTML based website for our school parent support, all works, no problems.
    Now I would like to add an area that is password protected just so that our PSA members only can get access to docs, pdfs, jpgs, xls etc.
    As this login is for our 12 members, it could be 1 generic user account or 1 user account for each member, there is no need for a registration page.

    My question is how do i build a php login?
    How do I integrate with my CSS elements?
    I have a CSS html Login page designed, but i do not have experience with php.
    Also, could anyone suggest a way to protect folders/file so that they can not be trawled, manually found?

    Please let me know if you have any questions to help understand for a suitable response.
    Links to the site can be posted.

    Thanks in advance.

    Simon

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by you
    My question is how do i build a php login
    Quote Originally Posted by tech_support View Post
    Quote Originally Posted by you
    How do I integrate with my CSS elements?
    you can do a linked css stylesheet with the line
    HTML Code:
    <link type="text/css" rel="stylesheet" href="path/to/file.css" media="screen">
    in each file html file that you wish to use the stylesheet if you do not already do so.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •