Hi everybody,

I have just installed drupal 4.7 and am trying to figure out how to reference php post data from one page to another.

Let's say I have a simple form like

(form action="test.php" method="post" name="search")

How should I reference page "test.php" in terms of nodes, where I will include $_POST[] statement?
Will it accept both GET and POST methods?
What about jscript code? Can I just include it into the html content page?

I would highly appreciate some feedback as I am new to drupal and trying to find the CMS with an easy php integration.

Thanks

Andy