Jump to content

shummel

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by shummel

  1. Great, thanks, GuiltyGear.
  2. I need to redirect traffic from one URL to another with an .htaccess. I hope this is okay to post in this forum. I need traffic from this URL: http://www.domain.com/channel-partners/phoenix-az/company to go to: http://www.domain.com/channel-partners/en/index.php?location=phoenix-az&name=company. I tried: RewriteEngine On RewriteBase / RewriteRule ^partners/([\w-]+)/([\w-]+)/?$ http://www.domain.com/channel-partners/en/index.php?location=$1&name=$2 [L] But this doesn't work. Can anyone help me out with something that will? Thanks.
  3. Hi-- I've never done AJAX before but I am told that's what I need to do. I need to pass an email address from a list of email addresses to a form on another page so the selected email address can be passed into a form for emailing the recipient. I need the email address to be passed to be based on which link is clicked. If I can grab this value I can assign it to a session variable and then pass that to the form. Can someone help me with this? I'd appreciate some really clear examples as I am an AJAX noob.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.