Monday, May 14, 2012
Tagged under: absolute, development, drupal, link, php
This shows you how to get absolute link in Drupal 7
echo url('user/verify/', array('absolute' => TRUE));
Note: When creating links in modules, consider whether l() could be a better alternative than url().
l() call url() inside.
How to get absolute link in Drupal 7
This shows you how to get absolute link in Drupal 7
echo url('user/verify/', array('absolute' => TRUE));
Note: When creating links in modules, consider whether l() could be a better alternative than url().
l() call url() inside.
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment