[php] entête http

Fermé
billy67 - 21 juin 2005 à 15:31
kilian Messages postés 8732 Date d'inscription vendredi 19 septembre 2003 Statut Non membre Dernière intervention 5 février 2025 - 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
A voir également:

1 réponse

kilian Messages postés 8732 Date d'inscription vendredi 19 septembre 2003 Statut Non membre Dernière intervention 5 février 2025 1 526
21 juin 2005 à 16:03
Tu peux essayer en Javascript pour voir:
<script language="Javascript">
document.write(document.location);
</script>
0