Convert node id to full redirect url in drupal
$link=url(drupal_get_path_alias('node/nodeid', array('absolute' => TRUE)); echo $link;
In above code node/nodeid need to be something like node/1 or so.
We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
Convert node id to full redirect url in drupal
$link=url(drupal_get_path_alias('node/nodeid', array('absolute' => TRUE)); echo $link;
In above code node/nodeid need to be something like node/1 or so.