For a guide to the choosing ASP or PHP, click here
Home >> Math >> Subtracting Numbers This code sample will show you how to easily preform subtraction operations
<% ' declare variables dim intFirst, intSecond, intTotal ' this will subtract 5 from 10 then save the result ' to a variable called intTotal intTotal = 10 - 5 %> What is ASP?
What is PHP?