hello...
how can i make a normal php page as a drupal page.
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 ...
Comments
add this at the beginning ...
add this code at the beginning of the page,then one can get access to the drupal api ...