Using classic ASP 3.0, I have a page that receives a username in an http "post" request. The username has international accents. I want to query the database to get the user's information based on the username. It's not working. If I print the query to the web page, then copy&paste it into...
Hi,
I'm trying to use vbscript within an ASP page (asp 3.0) to determine whether the person visits my site with or without an extra "/"....
http://www.mysite.com/hello.html
or
http://www.mysite.com//hello.html <-- notice the "//"
Any ideas on how to record this info? I've looked at...
Hi,
I currently have window "A" use javascript's statement "window.open" to create a new window "B".
Within window B, if I use javascript...alert("some info=" + window.opener );" then I receive an alert box that says "some info[object]"...and this is a good sign (I think).
My problem: when...
Hi,
What's a good way to use php to take the an image from one web site (www.somewhere.com/images/thing.jpeg ) and save it to my other web server (www.here.com/images/thing.jpeg). Basically, I'd like to essential "scrape" an image to my web server...not that I'm going to be scraping anyone's...
Hi,
I'd like my site to check if a user is logged in. If she/he is not logged in, then redirect the page to a login page, and eventually come back to the originally requested page.
Let's say I have: main.asp?this=2&that=4
the system will see that a login is needed, go to the login screen...
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.