Jump to content

fugix

Members
  • Posts

    1,483
  • Joined

  • Last visited

Posts posted by fugix

  1. hey guys,

     

    this is just a curiosity question and im sure its easy...but how you you get the little triangle with some dropdown menus have..like the one on this page when you hover over the home button?

  2. i would add this

    while ($row = mysql_fetch_array($result)){
    $petname = $row['petname'];
    $desc = $row['description'];
    $family = $row['familyname'];
    $num_rows = mysql_num_rows($result);
    
    if ($num_rows=="0") {
    echo "No pet tributes for the letter.";
        } else {
    
    echo <<<END

     

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