Hello. I'm trying to add query string to the url for my guestbook. Need to track which sites my visitors are coming from.
Normally, a valid query string would look like this
http://www.mysite.com/?=sometext
When I try:
http://www.mysite.com/guestbook/gbook.php/?=sometext , I loose formating in the guestbook.
Any help would be appreciated.
Tom