hello...

how can i make a normal php page as a drupal page.

Comments

saleempbt5’s picture

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

add this code at the beginning of the page,then one can get access to the drupal api ...