Integer - whole numbers
Integer variables are variables where we put or whole number value.
EX. 3,12,87,-20 are integer variables while 7.6, 5.8, -3.7 are not integer variables.
With term integer goes the terms long and byte.
Nov 18
Nov 16
What is a cookie
Cookie is a file that is stored in our visitor’s computer.
Cookie can be very useful to store our form values…
Nov 16
To declare some variable we use the key word Dim and then the name of our variable.
Ex. Dim Tutorials
Nov 13
Remember: all of the examples of showing date and time in this tutorial show the time of a server.
That means, that, if your server is in the UK you’ll have the time that is on that server, in this case UK time.
Nov 13
To make our first ASP page we can use different editors.
Active Server Page is a simple text file with .asp extension,
so to create an ASP page even Notepad will be useful.







Recent Comments