For a guide to the choosing ASP or PHP, click here
Home >> Math >> Dividing Numbers This code snippet shows you how to preform division in ASP and PHP
<% ' declare variables dim intTotal ' this will divide 10 by 5 then save the result ' to a variable called intTotal intTotal = 10 / 5 %> What is ASP?
What is PHP?