Rio de Janeiro Beach Shots


    [insert_php]
    $link = new mysqli(“localhost”,”robcheng”,”teddyjesse”,”ct_chen_sp9dr”);
    $slideshowname=”Rio Beach Shots”;
    $query = “SELECT * FROM Pic WHERE Description=’$slideshowname'”;
    $result = mysqli_query($link,$query) or die (“Couldn’t execute query.”);
    while ($row = mysqli_fetch_array($result)){
    extract($row);
    $imagename=$PicLoc.”.jpg”;
    list($width, $height, $type, $attr) = getimagesize($_SERVER[‘DOCUMENT_ROOT’] .$imagename);
    if ($width/$height > 1.77)
    {$newheight=700/$width*$height;
    $dimstr = “\”width=700\” \”height={$newheight}\””;}
    else
    {$newwidth=394/$height*$width;
    $dimstr=”height=\”394\” width=\””.$newwidth.”\””;}
    echo “

  • “;}
    mysqli_close($link);
    [/insert_php]



The beach scene in Rio de Janeiro is awesome. Lots of activity. Never a dull moment. People playing sports, enjoying the surf, and lots of people selling things.