Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Global for page.php?do=page&cat_id=123 ?

Quote Reply
Global for page.php?do=page&cat_id=123 ?
Evening,

Got a XML feed on the catagory pages (after its done the catagorys, as in the results)

on this XML Feed, theres a search, the search works 100% correct apart from its dropping the current cat_id when it does it search, tried everything from $_SERVER [PHP_SELF] etc to various other methods of trying to keep that url in the url.

Is there a global for page.php?do=page&cat_id=743 ? (cat_id=743 being the end result after the catagory selection)

atm when the search is performed , it kills the current do=page&cat_id=743 and replaces it with the query for the search, but i need to keep that do=page&cat_id=743

So it does : page.php?do=page&cat_id=743&newqueryfromsearchhere

<form name="xmlsearch" action="<?echo page.php?><?echo $cat_id?>" method="GET">
Doesnt seem to work too well, it just does /pagephp

Hope that makes sense :)

Cheers.
Subject Author Views Date
Thread Global for page.php?do=page&cat_id=123 ? ryanvtwod 6414 Sep 6, 2003, 11:36 AM
Thread Re: [ryanvtwod] Global for page.php?do=page&cat_id=123 ?
Andy 6298 Sep 6, 2003, 11:41 AM
Thread Re: [Andy] Global for page.php?do=page&cat_id=123 ?
ryanvtwod 6269 Sep 6, 2003, 11:50 AM
Thread Re: [ryanvtwod] Global for page.php?do=page&cat_id=123 ?
Andy 6313 Sep 6, 2003, 12:01 PM
Thread Re: [Andy] Global for page.php?do=page&cat_id=123 ?
ryanvtwod 6262 Sep 6, 2003, 12:05 PM
Post Re: [ryanvtwod] Global for page.php?do=page&cat_id=123 ?
ryanvtwod 6250 Sep 6, 2003, 12:05 PM
Thread Re: [ryanvtwod] Global for page.php?do=page&cat_id=123 ?
Andy 6249 Sep 6, 2003, 12:07 PM
Thread Re: [Andy] Global for page.php?do=page&cat_id=123 ?
ryanvtwod 6266 Sep 6, 2003, 12:14 PM
Thread Re: [ryanvtwod] Global for page.php?do=page&cat_id=123 ?
Andy 6269 Sep 6, 2003, 12:20 PM
Post Re: [Andy] Global for page.php?do=page&cat_id=123 ?
ryanvtwod 6266 Sep 6, 2003, 12:26 PM