Hi
My website consists of PHP, HTML, JPEG and SWF files.
Only authenticated users are allowed to access the content.
I would like to use referer IP for user authentication, reason being, the content is being accessed from other authorised websites.
I would also like to use a MySQL db to input lists of allowed IPs (and also to control their access to portions of the website).
How might I achieve this?
Thanks
Alfred Low
PS: I have done some research, and most of it points to using .htaccess, which negates my requirement to use a MySQL db to record user profiles.