Need a PHP script that if the visitor is visiting the page for the first time they are redirected to a specified page (i.e. ./first.html)and if they have visited before they are redirected to another page (i.e. ./visited.html)
Two options needed to be created and one has to be selected when using the script. First option is tracking the user by their IP address. Second option is tracking user by cookie.
Two options for storing the visitor information. One being through a MySQL database whi…
