birds asking and answering

Questions and Answers

Questions and Answers"; echo "

The questions customers ask you

"; while ($output=mysql_fetch_array($results)) { echo "

Questions: ". $output[Question]; echo "
Answers: ". $output[Answer]; echo "
Web link: ". $output[Web link]; echo "
Date: ". $output[Date]; echo "


"; } echo "Connect your goods or services with the questions customers ask." mysql_close($conn); ?>

Under construction