Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

foreach (getallheaders() as $name => $value) {
    echo "$name: $value<br>";
}

 ?>