Thanks for the quick reply -
Actual my issue is that I can not just copy and paste that MS Access statement and hope it works just like that on MS SQL?
This code was routed for MS Access but table are now in MS SQL and wondering if I need to change syntax? Right now, it's complaining about...
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
Thanks baddos,
One more question, where can I find out more of how to use SSL properly. Meaning, I am building a shopping and what should be sent to SSL, only pages like Checkout page, Member Info, etc?
Right now my problem is that I have a share SSL and when I redirect a page from non to a...
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"))...
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.