Recent content by thebro90

  1. T

    php mysql problem related to tables?

    can someone please tell me the complete code for a page where i display all the rows with info containing the email ([email protected]) from all the table in my database. thanx for the help i need the full php code so that a visitor to my website can see all the data he has input to my database...
  2. T

    php cookies question?

    i need my server to fetch the email contained in the table X from username Y...username Y is currently stored in a $_SESSION cookie. so the server has to look at the SESSION to find the username, look into table X to find the correct row which has username X (usernames are unique in that table)...
  3. T

    php question with cookies?

    i need help with a login page when my visitor logs in he puts his username and password which are checked against the registration table in mysql...if these are correct it logs him in and stores a cookie with the username he used. i also need his email to be stored in the cookie, and the email...
Back
Top