Need a button that one can add to their links bar in the browser so when they click it it will send the url of the page they are on to a PHP page. where the php page will put the url into a database. PM ASAP please
Alright, I got is figured out. This is using javascript in the button's URL, i.e. javascript:reff=location.href;blahblahblah;blahblahblah; which then calls for a remote javascript file that processes the info and sends it to a PHP file. If some one needs more info on this, PM me.