hello...
how can i make a normal php page as a drupal page.
<?phprequire_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 ...
Comments
add this at the beginning ...
<?phprequire_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 ...