Monday, May 14, 2012

Tagged under: , , , ,

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.

0 comments:

Post a Comment