hello...

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

Comments

add this at the beginning ...

<?php
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 ...