For a guide to the choosing ASP or PHP, click here
Home >> Math >> Multiplying Numbers This sample shows you how to easily multply two numbers and save the result into a variable
<% ' declare variables dim intTotal ' this will multiply 5 and 10 then save the result ' to a variable called intTotal intTotal = 5 * 10 %> What is ASP?
What is PHP?