Jump to content

Lamez

Members
  • Posts

    1,686
  • Joined

  • Last visited

    Never

Posts posted by Lamez

  1. lol I have over 150+ users, I am not going to e-mail them one at a time  :P

     

    -Thanks Though

     

    Oh I found this script

    $query = mysql_query("SELECT email FROM users");
    while ($row = mysql_fetch_assoc($query)) {
    $to      = $row['email'];
    $subject = 'the subject';
    $message = 'hello';
    $headers = 'From: Lamez' . "\r\n" .
        'Reply-To: james.lamezz@gmail.com' . "\r\n" .
        'X-Mailer: PHP/' . phpversion();
    
    mail($to, $subject, $message, $headers);
    }

     

    It does not seem to work, what am I doing wrong?

     

  2. Alright, I will do that, will I have to copy my old CSS for the new IE one? Then just modify it, right?

     

    Then when I debugged my CSS, it said -2% is invalid, but then if I take it out, my menu drops down and messes it all up again.

    so how would be able to fix this?

     

    -Thanks for all the help!

     

     

  3. I hope the second one is your (/backup) I think it is great. You should add some CSS rollovers in your navigation, anytime I visit a site, for some reason I like to see how their navigation works.

     

    I also found this when I scrolled down on the first page

     

    © Copyright CMX Virtual 2007, All rights reserved.

    <!-------------------------- End of content area ----------------------------------------------------->

     

    I love the layout, I think it is great I just hope you are steve, cuz it is his layout.

     

    Copyright CMX Virtual 2007, All rights reserved.

    <!-------------------------- End of content area ----------------------------------------------------->

     

    I found this at the bottom

    http://www.steves-templates.com/

     

    nice though

     

×
×
  • 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.