Hi everyone
I am integrating cakePHP and phpBB3 to display latest forum topics on the
main page, phpBB3 requires special characters on the url such as (&) tried
to use something like this:
<?php echo $html->link($item['Topic']['topic_title'],
$html->url('/forum/viewtopic.php?f='.$item['Topic']['forum_id'].'&t='.$item['Topic']['topic_id'],
true)); ?>
But it outputs the special character (&) which will break the link.. any
ideas how to get this working?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---