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...
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.