Jump to content
The mkiv Supra Owners Club

SupraShaun

Followers
  • Posts

    1107
  • Joined

Everything posted by SupraShaun

  1. Post the contents of contact.php and I'll have a gander
  2. Are both files in the same directory? Just for testing purposes put the whole link in the form action, e.g. http://www.domain.com/contact.php
  3. Its right at the bottom of contact.php
  4. Hmm, odd. On line 36 you have short php tags () change them to full php tags, so <?php
  5. Hmm, put this underneath if(isset($_POST['email'])) { at the top of contact.php to check your getting that far and see whats in the post: print ' '; print_r($_POST); print ' '; exit();
  6. When you submit the form or just when you view the page?
  7. I think I see what you mean. Require/ include contact.php (<?php require_once('contact.php');?>) above your form (as it wont run unless your form has been submitted anyway) and then change your form action to <?php print $_SERVER['REQUEST_URI']?>.
  8. Cool So is it working as you want now?
  9. As optim8 said, change your form method to post. But also you need to "return false" at the end of your form submit onclick, otherwise it will just follow the href (in this case just refresh the page). Here you go: Submit Is there any reason why you are using an "a" with an onclick rather than a "submit" input type? As should the form user have javascript disabled they wont be able to submit the form (which may not matter, depending on your audience). Also ARRIVED AT PHP isnt commented out, so change that to // ARRIVED AT PHP
  10. The width of those rear tyres is insane, great work Jamie
  11. No offence, but it seems a bit of a waste of money buying this kit then upgrading parts of it every month.
  12. I asked this a while back - http://www.mkivsupra.net/vbb/showthread.php?204505-Innovate-LC-1-or-AEM-UEGO-AFR-gauge I went for the AEM
  13. Scroll to the bottom of the page: http://www.max-boost.co.uk/max-boost/supra/turbo.htm
  14. I just ordered mine from Whifbitz, give Paul a shout.
  15. I *think* you need additional parts to go from Jspec turbos to UK's.
  16. Does your TRD one currently show up to 320mph then? If so I'd also be interested in the answer to this.
  17. I like the way all this stuff comes up for sale at Christmas when I have to spend my money on other people.
  18. Any pics of the spark plug cover Rob? (or sparkpug as you have called it )
  19. I'll have this please Jamie if it's still available?
  20. I think the undertrays for use with active spoilers are fibreglass.
  21. Is this just the filter itself or does it have a fitting kit etc?
×
×
  • 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. You might also be interested in our Guidelines, Privacy Policy and Terms of Use.