Search results

  1. D

    .htaccess redirect loop

    I have been working on the following code for quite some time and I cant seem to find what is causing the loop. domain.com/category - works correctly domcin.com/category/?id=12 - redirect loop. RewriteEngine On RewriteBase / #Redirect For get variables. RewriteCond %{REQUEST_FILENAME} !-f...
  2. D

    Google Search API Unique Links

    I have been using Google search API to find how many links there are to a site entered in a form. The issue I am now running into is that my clients want to find how many unique websites are linking to them. I have had thoughts of logging all urls retrieved but Google now restricts you to 48...
  3. D

    .htaccess issue

    I am new to .htaccess programming and Im looking for some assistance. I have a large site im working on and I cant seem to figure out the https/http redirects correctly Everything in the home directory needs to be http except contact.php and login.php which should be https I also have 3...
  4. D

    PHP textarea problems

    I am working on an edit page to change variables in a config file. My issue is that I am loading a variable that contains an email message into a textarea. $message = Dear $first_name $last_name,\n\n We thank you for your purchase. Please allow 7-10 days for delivery. If you have any questions...
  5. D

    ajax?

    I have the following 2 arrays in a Javascript i use var coupons = new Array ( "abc", "def", "ghi" ); var coupdc = new Array ( 20, 21, 25 ); I no longer want the data visible. I also have a database that contains the fields with this data. Is there a way i can load the data into...
  6. D

    Internet Speed

    I am working with a client that is debating on opening a paid service with x10 or installing their own server. I am trying to talk them into going with x10 because of the ease of hosting and the great service I have had here. I also want it hosted here since it makes my life of editing with...
  7. D

    MySQL Question

    I am still learning MySQL. I am using the code below to submit to a database. The form at the bottom submits to a comment page where where a page id which is linked to the ID of each entry. How would I go about getting the ID of the data entered during submission. Keep in mind multiple...
  8. D

    CSS Errors

    I am going crazy trying to get a new layout to work properly but for some reason I cant get it to work. I good at visuals and content but I can never rap my hand around css. I have been having 3 issues if anyone can help I would greatly appreciate it. 1. There is suppose to be a gap between...
  9. D

    redirect

    I have a file that sends information for forms. How would I go about redirecting someone if the go directly to the file.
Top