<HTML>
<head>
<Title>
Misc Etc Portfolio
</title>
</head>
<Body>
<Body Background="graphics/purpl030.jpg">
<h1><font face="BlackChancery">
<font size="7">
<b>
<center>
Where does your Imagination lead?<p>
Here are some people that have followed their imaginations:<p>
</font>
</h1>
<font size="5">
</b>
&nbsp;<p>
<center><img src="graphics/DarkSwoopingFlourishLine.gif"></center><p>
&nbsp;<p>

</font>
<font face="Lucida Calligraphy Italic">

<?php

$server = mysql_connect('localhost', "miscetce_admin2", "dosti@");
if (!$server)
  {
  die('Could not connect: ' . mysql_error());
  }

// Select the database now: 
mysql_select_db("miscetce_schedule", $server); 

$query="SELECT * FROM portfolio WHERE id in (select cid from p_code where code = 'G')";

// send the query using mysql_query 
// and store the result in '$result'. 
$result = mysql_query($query);

// old style with each page individually designed

//while($row = mysql_fetch_array($result)) 
//        { 
//        echo "<a href='".$row['page'].
//              "' > <img src='graphics/".
//              $row['pic']. "' height = 200 alt='".$row['w_alt']."'></a>";
//        } 

//Sends ID to a generic page for all automatic setup.
echo '<center>';
echo '<table>';
echo '<tr>';
$check=1;

while($row = mysql_fetch_array($result)) 
        { 
        echo '<td><center>';
        echo '<form action="display.php" method="post">';
        echo '<input type="hidden" name="itemid" value="'.$row['id'].'">';
        echo '<input type="image" name="submit" border="0" src="graphics/'.$row['pic'].'" height=200 alt="'.$row['w_alt'].'"><br>';
        echo $row['w_alt'];
        echo '</form>';
        if ($check<5){
           echo '</td>';
           $check=$check+1;
           //echo $check;
           }
         else{
           echo '</td></tr><tr>';
           $check=1;
           //echo $check;
           }
        } 

echo '</table>';
//Close Connection 

mysql_close($server); 
?>

&nbsp;<p>
<center><img src="graphics/DarkSwoopingFlourishLine.gif"></center><p>
&nbsp;<p>
<font size="5">
If you would like me to bring your dream into reality, feel free to <a href="mailto:artisan@misc-etcetera.com?subject=My dream clothing"> Email me.</a><p>

</font>
</center>
</body>
</html>