Hey all,
So I have an asp/sql issue. I'm building a staff search function and am having a strange issue arise when passing letters via the querystring to a page that searches lastname based on the value in the query string. I am passing the letter, grabing it from the query string and creating...
Hi all,
Another quick question. I'm trying to populate 2 arrays from my SQL query and I keep getting the "Subscript out of range" error. Can someone explain what I'm doing wrong?
dim counter, prevComments(), R_to()
RS.movefirst
counter = 0
do until RS.EOF
R_to(counter) = RS("R_postby")...
Hi everyone,
I have a bit of a problem with an application I'm working on. I am submitting information to an access database and keep recieving this error "2147217900" which, from googling it, seems to be a permissions error on the access database. I have gone in and reset the permissions for...
Hi all,
I have a question for you. I am writing user submitted information to a tab delimited text file and reading it back into a web page via ajax. I am reading the text file from the bottom up (newest posts first) and displaying 5 results per page. My problem is in displaying my Previous...
Hi all,
Quick question for you, how do I go about creating a new text file on the fly? I am trying to have a new text file created when a user submits a comment form. This file will contain the info submitted but I cannot seem to create a blank text file on the fly. Any help would be...
Hey Guys,
Is it possible to write to 2 seperate text files from the same CGI script? I'm trying and cannot get the second "write" to work. Any suggestions?
my $temp = param('temp');
my $post = param('post');
if($temp eq "")
{
print "Temp has no value";
}
else
{
#print temp results...
Hey All,
Does any one have any expertise in connecting cgi to ms access? I am stuck with my current box (solaris) and cannot install mysql on it, so the only database I can use is access. I have done some research but am still confused as to how to connect cgi to ms access, any help would be...
Hey all,
I'm new to perl/cgi and was wondering how you would go about getting the last 2 visited url's of a user? I thought the http_referer would work but it seems that I can only get the last url. I understand that the http_referer can be spoofed but this is for an intranet and is not...
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.