By kk_boy027@yahoo.com on
hi! guys
i've to create absolute url. ?q=catalog/12/clothing i've to fetch records from data base and make a absolute path. kindly give me some tips.
hi! guys
i've to create absolute url. ?q=catalog/12/clothing i've to fetch records from data base and make a absolute path. kindly give me some tips.
Comments
?q=catalog/12/clothing
?q=catalog/12/clothing how can i convert it into absolute path. is there any link in drupal 5.10 which explaions absolute path..
use the function l() to
use the function l() to create absolute paths.
Refer to the documentation here
The sixth parameter to the function $absolute determines whether to return absolute or relative paths.
______________________
Jaanlo - The how to site