For a guide to the choosing ASP or PHP, click here
Home >> Math >> Adding Numbers This sample code will show you how easy it is to add numbers using both ASP and PHP
<% ' declare variables dim intFirst, intSecond, intTotal ' this will add 5 and 10 then save the result ' to a variable called intTotal intTotal = 5 + 10 %> What is ASP?
What is PHP?