I've been reading up on XML and RSS, and I can do ASP, so I'm playing around with trying to retrieve XML information (news headlines) which are in an RSS form. I've looked at lots of 4guys articles, which is what my code is based on, and also looked at w3schools, searched this resource...
Ahh I see... oops I didnt read that :) Thanks - my host uses version 3.3x not sure what sub version. Thats saved me quite a lot of time.. I will break the query up into two stages.
I've tried to get this select query to work, which for me is quite complicated, but whatever I try I cannot make it successfully select the records I want. I've searched google, but havnt found much on group by and sub queries.. or at least what I need so i wandered if someone here might be...
Thanks, I've just tried it... and guess what? I get access denied - my host must have disabled it :(:(:( I can't figure why, I even tried saving it into one of the folders that have write permissions, but I've written to them about it, hopefully they'll give me one folder that I can write to...
Its on a hosted server, so its got all the ODBC drivers installed. What code would I use once I'd created the server object to list out the table schema and do the backup?
I wonder if any of the more experienced members of the board could help me out with this problem I'm having. I'm coming to the conclusion it isn't possible, because I can't find any reference to it anywhere on the web after a good deal of searching. Let me explain my position, I'm writing an...
Does this help??
<%
If Request.ServerVariables("SERVER_PORT")=80 Then
Dim strSecureURL
strSecureURL = "https://"
strSecureURL = strSecureURL & Request.ServerVariables("SERVER_NAME")
strSecureURL = strSecureURL &...
Hi
I want to put code into a JS file, so that one code change will change all of the pages, and so each of my pages are more cleanly coded and the code isn't quite so obvious when you view source. However, the Javascript I want to put in the JS file involves ASP to load information out of a...
Thanks very much for that Pete, I will test that out later on tonight... One question, can I then retrieve based on the unique member id easily? This is so that the forms can pick users names out based on their ids.
Many Thanks for your help so far - I'm very grateful
-Altis Design
Hi,
I have a MySQL table containing the unique ids of various members and their details. I need this table to be accessible to client side scripting (Javascript in this case). There is only two fields that I need to be able to access, the unique identifier and then their name, so that this can...
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.