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

kk_boy027@yahoo.com’s picture

?q=catalog/12/clothing how can i convert it into absolute path. is there any link in drupal 5.10 which explaions absolute path..

mulogic’s picture

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