• 0

PHP var, format var, session...


Question

Hi, I'm currently making a web site and I would like to make a user login for the web page. The userlogin will give access to the user to his profile, what he post and post new stuff. But I'm having hard time understand how stuff like cookie/http/.._var work, session and how to make a simple login. Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

To get an idea about all this I would do two things.

First, get yourself a PHP book. I haven't got round to cookies etc yet, but I've learnt a lot about database and form handling. I recomend this book.

PHP for the World Wide Web: Visual QuickStart Guide

Paperback - 298 pages (1 March, 2001)

Peachpit Press; ISBN: 0201727870

Secondly, have a look at the PHP manual online.

This is the index;

http://www.php.net/manual/en/

and this is something about the area you asked about;

http://www.php.net/manual/en/features.cookies.php

I hope this helps :)

Link to comment
Share on other sites

  • 0

I have the advanced version of the quickstart guide too. They're really well written books. So, I'll give a (Y) for the one asheep recommended :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.