Hi I am using $html->url instead of $html->link because, I have to link to an image.......
On Dec 4, 6:30 pm, Lance Willett <[EMAIL PROTECTED]> wrote: > > i want to get ishttps://mycart/carts/authorize/, what i have to do for it > > Hi Jipson, > Most likely you'll need to include the full path to the secure URL, > like this: > <?php echo $html->url('https://mycart/carts/authorize/);?> > in order to force the HTTPS protocol. > > Out of curiosity, why are you using $html->url instead of $html->link? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
