|
||||
|
- add field access asp script - hebrew querystring - hairspray script - asp simple log in - asp get complete query string - how to password protect pages phpbb3 - asp create login with session - asp script logout - working with query strings asp - response.write + asp + alert - log in log out script - how to create a login form - how to create a log in log out on a webpage - querystring asp.net - inurl:password.log - script set up username and password login database - using query strings and database - log script - asp simple login script - asp login script connecting to a database |
Script LogASP ScriptsRead MeAlright. Here is a very simple script. The point is really to show you how something is done, as opposed to giving you a whole application. There are two files here: querystring.asp Here is a simple link which goes to another page including some information in the header. In this case, it is telling the next page that my name is Ben (name=ben) and my age is 26 querystringproc.asp This script pulls in the value of my name and my age from the header and prints out this information.
|
|||
|
|
||||