Gość_Edi
15.09.2004, 09:31:47
Witam mam pytanie jak zrobic np. link by prowadzil do
http://xxx.pl/dupa/ale zeby w przegladarce wpisali np.
http://xxx.pl/?kategoria=dupa
__phpion__
15.09.2004, 09:39:53
Pisze to na zywo, bez testowania ale powinno dzialac: w index.php robisz tak:
<?php
$kategoria = $HTTP_GET_VARS[\"kategoria\"];
{
header(\"Location: adres.twojej.strony/\".$kategoria); }
?>
Dziala?
Gość_Edi
15.09.2004, 09:43:55
Błąd:
Warning: Cannot modify header information - headers already sent by (output started at /home/accounts_e/edi/public_html/index.php:5) in /home/accounts_e/edi/public_html/index.php on line 73
scanner
15.09.2004, 11:50:43
Zamykam do czasu otrzymania PW od autora, co zrobił źle podczas zakładania tego wątku.