I written some custom debugging code to a large framework, by adding ?debug
to any url I get some custom server-data. Whenever I click a link, the ?debug
disapears, ofcorse can I keep it there somehow? My idea was using the base-tag:
If(isset($_POST['debug']{
<base href="/images/">
}
But it doesn't seem to support parameters. Is there something similair?