I've uploaded a MS access db to a client's private folder on the net.
I've set the connection string... I was able to get this from another script.
when I run a test script I can connect to an existing microsoft access database that is already there, but I canNOT seem to connect to the ms...
In the web.config i have changed the settings to
minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="7"
How can I change the error message below to something a bit easier to read.
Password length minimum: 7. Non-alphanumeric characters required: 0.
thanks.
In my meta description sometime the " is being insert from the database. This is causing problem as it's truncating the meta too early.
Any ideas how to stop this?
How would I do a BCC for the code below?
<?php
$Name = $_REQUEST['Name'] ;
$Email = $_REQUEST['Email'] ;
$Query = $_REQUEST['Query'] ;
$flag="OK"; // This is the flag and we set it to OK
$msg=""; // Initializing the message to hold the error messages
if(strlen($Name) < 5){ //...
is it possible to redirect from www.yoursite.com/myfolder/default.aspx to www.yoursite.com/myfolder/ and have the latter appear in the address bar?
The reason for this is that search engines treat the two as two different pages.
Anyone know the answer?
Hello,
I am trying to track the keywords that people arrive at my page through Google.
I'm using the ServerVariable HTTP_Referer from which I can extract the keywords.
The reason I am doing this is to use PayPal's custom field to insert the keywords, so I'll know what someone has typed into...
I'd like to track the keywords that a searcher has used to arrive at my site and then made a payment through PayPal.
I'd like to track this with PayPal's custom field.
For instance
'Get site referrer
sSite=Request.QueryString("HTTP_REFERRER")
'if referrer is google then create a cookie
If...
I run the script below on my XP machine in the local host and nothing happens. No error messages and no emails sent to my email
sch = "http://schemas.microsoft.com/cdo/configuration/"
Set cdoConfig = CreateObject("CDO.Configuration")
With cdoConfig.Fields
.Item(sch &...
I have a signup form and I want to be careful with information that is entered so I'm thinking that I should take these steps.
1. retrieve the form elements and set to variables, then replace the apostrophe in variables with two single apostrophes.
2. Next check for any sql injection...
Hi Dave it work perfectly when I place Session.LCID = 2057 at the top of the page.
I'm just thinking that why should I need to do this if the server is hosted in the uk? Have the hosts missed something?
What's going on? and why when I do response.write Now() is the date in the right format...
I've just noticed that when I insert a date and time into MS Access the date is 08/09/2007 when it should be 09/08/2007
This is strange as it's on a UK server and when i do response.write now() i get 09/08/2007 which is correct.
Anyone got any ideas why this has happened?
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.