I have a problem regarding underscores in URL's being replaced with unicode '+AF8-'. It seems to be specific with certain users and throws a 404 Object not found error. Anyone encounter this before?
I have a problem regarding underscores in URL's being replaced with unicode '+AF8-'. It seems to be specific with certain users and throws a 404 Object not found error. Anyone ever encountered this problem before?
I am creating a search form with a text box called text0.
I want to run a query using the asterisk before and after the value of the text box.
I have tried the following:
SELECT * FROM casenumbers WHERE [keyword1] Like [Text0]
SELECT * FROM casenumbers WHERE [keyword1] Like '*[Text0]*'
SELECT...
I have populated a select tag with options from a query. Because the text is lengthy, I have limited the size of the select box (style="width: 44em"). However, the text that does not display due to the width control is vital information. Is there anyway I can allow the user to see...
I have a form that uses <TEXTAREA> as a user input. Can anyone tell me how to keep the format (i.e. carraige returns, spaces, etc) when using the form to populate an MS Access database? As well, how do I return information from the database to the user keeping the format?
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.