Tagged Questions

0
votes
0answers
16 views

How to compare similar sentences/strings in the database using Rails

Hi, I have an application that user inputs quotes or such. I want to make sure that these quotes don't exist in the DB. Sometimes the user enters the quote slightly differently fr …
0
votes
1answer
19 views

Nginx 301 redirect inc. set cookie

Hi, what I'm looking for is the ability for nginx to detect that a url has the query string variable cid. for example www.adomain.com/froggy?cid=12&as=false (query string can …
0
votes
4answers
37 views

ASP.NET: URI handling

I'm writing a method which, let's say, given 1 and hello should return http://something.com/?something=1&hello=en. I could hack this together pretty easily, but what abstracti …
1
vote
3answers
52 views

Checking querystring values in PHP

http://localhost/?area=characters&name=Michal+Stroganof $result = mysql_query("SELECT * from players WHERE name = '$_GET[name]'"); while ($row = mysql_fetch_assoc($result)) …
1
vote
3answers
83 views

querystring encoding of a javascript object

Do you know a fast and simple way to encode a javascript object into a string that I can pass via GET? No jQuery, no other frameworks, just plain Javascript :)
0
votes
2answers
44 views

Convert querstring parameter to javascript date object fails - NaN

I am trying to convert a querystring value into Javascript date object and then converting it into ISO Date format. I have three button - one extracts the querystring and displays …
0
votes
2answers
55 views

Is converting a NameValueCollection to a querystring using a c# lamdba efficient?

In researching how to convert a NameValueCollection to a querystring, I have come across different methods. I am curious if the shorter lambda syntax is as efficient as it could b …
0
votes
3answers
104 views

append query string to URL on event (C#)

Hi my client has a website that currently makes requests on a particular event (click, load etc). the website is working well and all but he has a problem with getting the websit …
0
votes
2answers
152 views

How can I delete a query string parameter in JavaScript?

Is there better way to delete a parameter from a query string in a URL string in standard JavaScript other than by using a regular expression? Here's what I've come up with so fa …
0
votes
1answer
81 views

In Java/Spring, how do you setup the hashmap to append the query string?

in spring-config/applicationContext-mapping.xml: I have this code fragment: <bean id="unused-url-quick" class="java.util.HashMap"> <constructor-arg> <map> …
0
votes
3answers
101 views

How to get a querystring when it is URLEncoded or has percent characters in ASP.NET

How to get the actual querystring from the Request object when the querystring is UrlEncoded or has percent characters in ASP.NET? Basicly, if I have a Url like this: Default.a …
1
vote
2answers
66 views

OK to skip slash before query string?

Is it safe to always skip the trailing slash when appending a query string? http://example.com?querystring Instead of... http://example.com/?querystring All webhosts I've used …
1
vote
1answer
228 views

ASP.NET & Ajax: query string parameters using ISO-8859-1 encoding

Hi there, folks Here's another one for you to help me solve: I have an ASP.NET website that uses AJAX (asynchronous) calls to am .ashx handler, passing a query string parameter to …
1
vote
2answers
92 views

Are visible GUIDs a security risk?

Hi, I'm using ASP.NET and the membership provider for my site. If the user is able to easily see their GUID, would that be considered a security risk? Should I take extra steps t …
0
votes
2answers
91 views

Why is PHP not seeing my query string?

This phpinfo() demonstrates the problem. I'm passing the URL a query string of: ?qwerty=asdfg As a result, I'm expecting it to list these two PHP variables: _REQUEST["qwerty"] …

1 2 3 4 5 13 next
15 30 50 per page