Earnie Boyd ha scritto:
Ok, sorry. I thought you were in an external page that you called bootstrap from. I guess I'm not sure what you are trying to do.
I need to create a "gateway" from Drupal to an e-commerce suite. For gateway I intend a number of functions that I can use into ecommerce suite that permit me to access to the Drupal data (and viceversa). For example: into ecommerce suite I want to know with which Drupal's user I'm logged-in (This steps: login in into Drupal site, go to ecomm suite and print $user content). I have thinked that the
include_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
are enough for me but It's not true.
M.