Depending on how complicated the php is you have basically two choices:
1. Implement a custom module that displays the page you want on the path you want. 2. Create a node that contains the page, using PHP input filters to add code to the page.
Really if you're just planning on creating a static html page, you should just create a node and give it a path.
If you want to go the custom module route, then it's as easy as creating two functions and an info file. See the module developers guide for more information.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Hendry Sent: Tuesday, July 06, 2010 11:38 PM To: support@drupal.org Subject: [support] display a view / page without node
As subject, is it achievable using drupal? Let say I have a page to be displayed, but inside is all php scripts or might be just a static html page. I tried using views module, but it still require a node for a view.
# Hendry -- [ Drupal support list | http://lists.drupal.org/ ]