have 30 categories with each 10 subcategories
13 posts by 4 authors in: Forums > CMS Builder
Last Post: March 4, 2010 (RSS)
By ibis70 - March 4, 2010 - edited: March 4, 2010
That's a fact!
Actually : <a href="<?php echo $hotelMetaData['_listPage']; ?>?region=<?php echo urlencode($record['region']); ?>"><< Back to list page</a>
Did not work. It gave me an undefined variable notice. I wonder why...
Hardcoding the link did.
Thanks for your help so far!
Elisabeth
Actually : <a href="<?php echo $hotelMetaData['_listPage']; ?>?region=<?php echo urlencode($record['region']); ?>"><< Back to list page</a>
Did not work. It gave me an undefined variable notice. I wonder why...
Hardcoding the link did.
Thanks for your help so far!
Elisabeth
Re: [ibis70] have 30 categories with each 10 subcategories
By Dave - March 4, 2010
>Did not work. It gave me an undefined variable notice. I wonder why...
What is your $record variable called? Is it $hotelRecord? Try renaming $record to match your variable name and 'region' to match your region field name.
(Or just stick with the hard coded link) :)
Hope that helps!
What is your $record variable called? Is it $hotelRecord? Try renaming $record to match your variable name and 'region' to match your region field name.
(Or just stick with the hard coded link) :)
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
By ibis70 - March 4, 2010
As it give the same result and is much easier;-) I will stay with the hard code link for now.
Otherwise it seems to be going ok. It is still quite a bit of work. I have set up a system and up to now I am pretty pleased with the result.
Thanks for all your help. I will post a link if I get it all working.
Elisabeth
Otherwise it seems to be going ok. It is still quite a bit of work. I have set up a system and up to now I am pretty pleased with the result.
Thanks for all your help. I will post a link if I get it all working.
Elisabeth