OK - I am VERY new at PHP, manage to get Apache and PHP4 running on my Win98SE machine. Managed <? phpinfo() ?> and simple things like this.
Trying to create an HTML page with a simple form with two fields into which I ask for two numbers. Created a seperate file called calculate.php which multiplies the two numbers and echos the answer.
Problem is I want the echo on the original HTML page but I get a new page instead.
Grateful for an example of code that will do this.
Thanks