Is there a way to append a query string automatically to each url in an htaccess file, php config or anything?
I have the need for it to be automatic because each page cannot be edited to carry the query string in the actual pages, so I was wondering if it could somehow be written automatically?
Any ideas?
why would you want to do that?
if the value never changes, whats the point of setting it in the first place?
if it does change, maybe you should consider using sessions to make data persist from page to page.