Crochet Basics Questionnaire Comment Results


"; print "
"; print ""; #Button display $special_name=htmlspecialchars($columns['name']); print $special_name; print "\n"; $special_email=htmlspecialchars($columns['email']); print ' | e-mail: '.$special_email; #Radio Buttons $special_experience=htmlspecialchars($columns['experience']); print ' | Experience: '.$special_experience; $special_stitches=htmlspecialchars($columns['stitches']); print ' | Specialty Stitch: '.$special_stitches; $special_patterns=htmlspecialchars($columns['patterns']); print ' | Pattern: '.$special_patterns; $special_holidays=htmlspecialchars($columns['holidays']); print ' | Holiday Pattern: '.$special_holidays; $special_sources=htmlspecialchars($columns['sources']); print ' | Located site by: '.$special_sources; $special_othert=htmlspecialchars($columns['othert']); print ' '.$special_othert; #Box display print "
\n"; print 'Comments: '; $special_comments=htmlspecialchars($columns['comments']); print $special_comments; date_default_timezone_set('America/New_York'); $time=date("F j, Y, g:i a", $columns['time']); print ' -' .$time; print "
\n"; Print "
"; } $link=mysqli_connect('localhost','pmohn','jolie'); mysqli_select_db($link,'pmohn'); $query="SELECT * FROM questionnaire ORDER BY id DESC"; $fullresult=mysqli_query($link,$query); } ?>

© 2008 Patricia Mohn.  This page was last updated December 4, 2008

Valid XHTML 1.0!