Jump to content

mattpooch

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by mattpooch

  1. oh, the code is provided by the agency providing the ads. I meant, is there a tutorial to randomly display affiliate ads with javascript?
  2. I used php to load the ads because I found a tutorial on it (http://www.phptoys.com/e107_plugins/content/content.php?content.49). Can you recommend a javascript tut? Thanks.
  3. I've got this page http://www.skipwallace.com/2010site/home.php and all the page extensions are .php to accommodate the random affiliate ads on the page. What can I do to make these pages load faster? Would it help if they were HTML? Oh, when I create 'index.php' would that work the same as 'index.html' or do I need a redirect?
  4. Thanks for the help, problem solved! Happy New Year!
  5. Trying to display two random banners on the page, the issue seems to be with this code: <?php require_once("microADRotator.php"; "microBannerRotator.php"); ?> because the page is saying what am I doing wrong? I got this from this tutorial: http://www.phptoys.com/e107_plugins/content/content.php?content.49
  6. This still doesn't work, not getting any e-mails now: $to = $email.";mpochily@vwc.edu"; //Send email to our user $subject = 'Signup | Verification'; //// Give the email a subject $message = ' Thanks for signing up!
  7. I'm trying to create a form that when submitted, an e-mail is sent to the user that created the account (and entered their e-mail address) AND the site administrator. I've coded something wrong though: $to = $email; 'mattpooch@mysite.com'; //Send email to our user $subject = 'Signup | Verification'; //// Give the email a subject $message = ' Thanks for signing up!
×
×
  • 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.