For a guide to the choosing ASP or PHP, click here
Home >> Miscellaneous >> Create a Simple Function This code just shows you how to simply create a function, or sub-routine, that you can call multiple times from your code
<% ' the next line declares the title sub myfunction ' all this function will do, is ' display "Hello" to the screen response.write("Hello") end sub ' let's call our new function call myfunction ' let's call it again call myfunction %> What is ASP?
What is PHP?