Hi,
I have a problem where my shopping cart depended on the Session ID to query the data entered into the database.
Basically, I'm sutck now where the Session ID changes as it goes from HTTP to HTTPS mode. Any advice on how to do this difrrently or a quick solution?
Thanks,
Ricky
Hello,
I just wanted to know how to take out certain vars?
Example -
url: ?id=1
hyperlink:
?(request.queryString)&newLink=1
If I keep clicking this link, it keeps repeating my newLink=1 value. My goal is NOT repeat this value.
Thanks,
Ricky
Hello,
I'm wondering if I'm doing this correctly:
Login page redirects to Member Area -
- I code it where login.asp redirects to member_area.asp if the login info passed
Currently, Member Area is not in secured but I do have SECURE server allocated.
Question: If I redirect it like this...
Please help.
When I email me letter format TEXT field, I received unformatted letter form. Meaning my line breaks are joing together as one huge paragraph.
How do I send this through email such as JMAIL so that I receive it nicely formatted?
Thanks so much!
Ricky Thanks,
Ricky
Help please. I'm trying to read PDF within browser but I get text garbage.
Code:
<%
Response.Buffer = true
dim objStream
set objStream = server.CreateObject("ADODB.Stream")
objStream.Type = 1 'adtypeBinary
objStream.Open
objStream.LoadFromFile(Server.Mappath("test.pdf"))...
I appreciate you are reading this. I just realize that my Member table has a primary key only up to 9999. Duh! For some reaseon when I migrated it from Access that's how it came aboard.
Is it possible to increase from 4 to 10 length?
Thanks,
Ricky Thanks,
Ricky
Hello,
I am connecting remotely to my hosting company via Enterprise Manager. It takes about 10 minutes to log in because the hosting company have about 50 databases.
Is there a proper connection steps to connect directly to my own database instead of having the program go through all of the...
Hi,
I would like to know if there's a way to sign-in page (username and password) where password is encrypted and save into the database. The goal is not be able to read saved password.
Thanks,
Ricky
Please help. I want to know what to put in.
I have this:
sql = "SELECT * FROM survey"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sql, conn, 3, 3
rs.AddNew
.
.
.
rs.Update
close... Thanks,
Ricky
Hello,
I would like to know how can I set the cursor so that multiple user can write to the Access DB(97)?
I get "unspecified error" when 50 people log in at one time.
Thanks,
Ricky Ombina
ombina@yahoo.com
www.ombina.com
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.