query("SELECT * FROM mainblog1 WHERE bl_id ='$id'"); while($pr = $ssq->fetchArray(SQLITE3_ASSOC) ) { $title = $pr['title']; } $description = 'Sewing video tutorial instructions and pdf pattern for ' . $title; require "header.php"; ?>

Itsostylish Free Sewing Pattern PDF for

Totally free pdf sewing patterns and sewing tutorials online. Free for commercial use see terms for restrictions.

query("SELECT * FROM mainblog1 WHERE bl_id ='$id'"); while($pr = $ssq->fetchArray(SQLITE3_ASSOC) ) { $idd = $pr['bl_id']; $dins = $pr['link']; echo "

$pr[title]

$pr[descps]

"; $vlen = strlen($pr['video']); if($vlen > 5) { echo "

Video

"; } else { echo "
"; } } echo "
"; $ssqx = $db->query("SELECT * FROM bodblog WHERE titleid ='$idd'"); while($prx = $ssqx->fetchArray(SQLITE3_ASSOC) ) { echo "

$prx[subtitle]

"; if(strlen($prx['img1']) > 4) { echo "
"; } if($prx['details'] === 'lis') { $txt = explode('|', $prx['txt']); echo "
    "; foreach($txt as $tx) { echo "
  • $tx
  • "; } echo "
"; } else { echo "

$prx[txt]

"; } } $ds = trim($dins); ?>
$dins Download Insructions"; echo "
Get the pattern
"; echo "

Enter details, we will send you your pattern via email.

"; $input_id = 'name'; $input_type = 'text'; $input_label ='Name'; $size = 'l'; input_form($input_id, $input_type, $input_label, $size); $input_id = 'email'; $input_type = 'email'; $input_label ='Email'; $size = 'l'; input_form($input_id, $input_type, $input_label, $size); echo '
'; echo ""; echo "
"; echo ""; echo "
"; echo "
"; require "footer.php"; ?>