PHP redirect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



when I try to go to a URL by using PHP header function so if the URL
contains & it converts it to & so the needed page will not
display correctly I tried to use:

 $url = urldecode($data['feed_link']);

 header ( "Location: $url" );

but I can't get it

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux