Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mcode12

  1. mcode12

    database connection - private folder.

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

    CreateUserWizard

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

    Meta description " issue

    I checked on amazon, they do a replace with " and it seems to display fine in Google so I guess that's the root to go.
  4. mcode12

    Meta description " issue

    I want to keep the " not replace it so that the meta description reads 23" television set
  5. mcode12

    Meta description " issue

    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?
  6. mcode12

    Email BCC

    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){ //...
  7. mcode12

    Remote Access to MS Access

    Is it possible to access a MS Access database from a remote server with ASP? Thanks.
  8. mcode12

    ASP.NET 301

    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?
  9. mcode12

    HTTP_Referer Cookie Google Tracking

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

    Tracking

    okey dokey, thanks for all your help guys.
  11. mcode12

    Tracking

    yes that's it cleared up :-) thank you.
  12. mcode12

    Tracking

    Well that's what I thought but I don't get anything in the HTTP_REFERRER ServerVariable
  13. mcode12

    Tracking

    sorry my mistake, but is there a way to fetch and track the keywords?
  14. mcode12

    Tracking

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

    localhost smtp asp

    the emails are getting caught up in the queue folder. I reinstalled the smtp server but this is still happening.

Part and Inventory Search

Back
Top