i have a program written in classic asp that is used to upload a picture onto a database. this code is stored on server 1. what i want to do is save a cop开发者_StackOverflow中文版y of the picture in
i\'m creating a hebrew glossary page for a client using ASP and MySQL. i want to create a recordset and then loop through the results, grouping by the first letter and each with its own heading... som
I have a shared hosting account and don\'t have access to IIS server, so can not i开发者_运维知识库nstall ISAPI_Rewrite on server or any other rewrite solution.
I am doing some maintence on an ASP website, and have found that it is sending duplicate emails. I cannot figure out how it is doing this. I have pasted the code here
I\'m having trouble in reading csv file that are having alphanumeric data. below is my codein classic asp:
I need to catch URLs that don\'t exist on my website and redirect them to relevant pages that do exist.
Aright. First let me describe what I want to do. I\'ve a section on my website that clients comment on articles and they can rate those comments Via + / - links that I used there. When a user rated a
set objXmlHttp = Server.CreateObject(\"Msxml2.ServerXMLHTTP\") objXmlHttp.Open \"GET\", \"http://www.ya开发者_Python百科pi.com.tr/Haberler/e_61034.html\", false
I have a site that is a .Net MVC 3 / Classic ASP hybrid. We have 开发者_如何转开发this as we are steadily replacing the Classic ASP bits with .Net.
I have a script that occasionally needs to do some time-consuming (15s) background processing, but other times it is a simple red开发者_如何学运维irect. The redirect target is known early on in the sc