Hi guys
I'm looking for a starting point to have a login for a website.
The situation is as follows -
I have a common product list, with 3 price bands (gold, silver, bronze)
When a gold customer logs in, I want to search the db for the products, and display the gold prices.
When a silver customer logs in, the silver prices, etc.
I already have the basic search page sorted as search.php (which doesn't return any prices).
I was thinking of having searchgold.php, searchsilver.php and searchbronze.php.
The customers must not be able to search eachothers prices.
I don't have any SSL space on my web server.
Any documentation/starting points/resources/ideas/example scripts to get me started would be greatly appreciated!
Cheers