Forum Moderators: open
I am pretty used to the language PHP but moved for more space, bandwidth etc.
Anywho, in PHP you can create multiple files in one eg:
" index.php?id=1 " may display " Hello "
and
" index.php?id=2 " may display " World "
and
" index.php?id=1&id=2 " may display " Hello World"
Is it possible to do the same with ASP?
" index.asp?id=1 "
And How?
Thanks/