hi!
i have a drop down menu which has 4 values. When i click "sublit" on this form, i want the value selected in the drop down menu to be fed into the database. how do i read the selected value into a variable?
eg in php i do it this way:
if the name of the drop down is...
hi!
i tried the code again. i got no syntax errors but the responses are getting mixed up. This is the working code with the mixed up responses:
<%
Set Cm = Server.CreateObject("ADODB.Command")
Cm.ActiveConnection = "sabesan"
If...
hi!
I tried just this. i still got a syntax eror:i dont even need a database for it..
<%
Set Cm = Server.CreateObject("ADODB.Command")
Cm.ActiveConnection = "sabesan"
If Request.Form("username")="payal" &&...
Hi!
I have a problem with Login. I am not using any sessions etc. I have 3 levels of administration.
sys_asmin:usrname is payal, password is payal
org_admin:username and password have to be searched in Organization table
clerk)admin: username and password have to be searched in Clerk table.
I am...
Hi again!
I was trying the query by it self. there seems to be an error.:(
this is the error i got:
You tried to execute a query that does not include the specified expression 'Name' as part of an aggregate function
Actually i am trying to get this as my output header...
Hi!
I have 2 tables:
Organization(Org_Id,Name,Address,Phone)
Rooms(Room_Idi,Organization_Idi,Category,Availabil
ity)
The category is a drop down menu which has 4 options, type1,type2,type3 and type4. Availabily has "yes" or "no" inputted into the database for each room in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.