[php] entête http

Fermé
billy67 - 21 juin 2005 à 15:31
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 - 21 juin 2005 à 16:03
salut
je voudrais recuperer la totalité de cette entête http ci-dessous.
lorsque j'utilise .....$_SERVER['REQUEST_URI'] j'ai le url "http://localhost/Commerce/admin/categories.php?action=sub_selected_box&cPath=1&catId=124" ce qui veur dire que #127 n'en fait pas partie.

je voudrais obtenir la totalité. merci
entête http->
http://localhost/Commerce/admin/categories.php?action=sub_selected_box&cPath=1&catId=124#127

1 réponse

kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
21 juin 2005 à 16:03
Tu peux essayer en Javascript pour voir:
<script language="Javascript">
document.write(document.location);
</script>
0