Recent content by bingus71

  1. B

    How can i create login form in PHP?

    Create database table in mysql with username and password held create login form post to a processing page (on that page access database and compare login variables) if variables don't match redirect to log out page and destroy session if login variables match create session and add variables to...
  2. B

    Can't figure out how to remove empty 3rd column.

    I have been doing webdesign and wordpress for a while. There could be a few things. 1. you have a theme that defaults to filler data if you don't add the widgets 2. the column could be in the theme and you need to remove the div cell if you want it gone completely. 3. if its not a div it my...
Back
Top