Latex Stories |
 |
|
|
|
The best way for the world to understand the severity of
a Latex allergy is for everyone to hear what those
suffering from the allergy go through. Read the stories
below written by people who suffer from allergic
reactions to Latex and comments by those who advocate
change. |
| |
|
Currently, people have submitted stories or
comments. |
|
|
|
$pagelimit){
echo ' Next Page> ';
echo' | ';
for($i=1; $i<=$pages; $i++)
{
$group=($i*$pagelimit)-$pagelimit;
echo '
'.$i.' - ';
}}
echo ' | '; ?>
|
'.$first.' '.$last.': '.$city.', '.$state.' |
'.$allergic.' |
|
'.$comment.' |
| |
'; }
}
else
{
for($i=0; $i<$pagelimit; $i++)
{
$info=mysql_fetch_array($result);
$first = $info['first'];
$last = $info['last'];
$city = $info['city'];
$state = $info['state'];
$allergic = $info['allergic'];
if ($allergic == 1)
{$allergic="Allergic";}
else
{$allergic="";}
$comment = $info['comment'];
$x=$i+1;
echo '
|
'.$first.' '.$last.': '.$city.', '.$state.' |
'.$allergic.' |
|
'.$comment.' |
| |
'; }}
echo' ';
?>
|
|