(Add your name)

"; if ($total== 0) { print "
At the moment there are no persons in the guestbook.


"; } elseif ($total> 0) { /* default */ $counter=0; if ($dir== "") $dir= "Next"; $lpp = $records; if ($offset==0) $offset=0; if ($dir== "Next") { if ($total > $lpp) { $counter=$offset; $offset+=$lpp; $num=$offset; if ($num > $total) { $num=$total; } } else { $num=$total; } } elseif ($dir== "Previous") { if ($total > $lpp) { $offset-=$lpp; if ($offset < 0) { $offset=0; } $counter=$offset-$lpp; if ($counter < 0) $counter=0; $num=$counter+$lpp; } else { $num=$total; } } while ($counter < $num) { $j=0; $j=$counter + 1; /* now really grab the data */ $i1=mysql_result($result,$counter,"firstname"); $i2=mysql_result($result,$counter,"lastname"); $i3=mysql_result($result,$counter,"country"); $i4=mysql_result($result,$counter,"referal"); $i5=mysql_result($result,$counter,"email"); $i6=mysql_result($result,$counter,"keywords"); /* print it in a nice layout */ print "
\n"; print "
\n"; print "
\n"; print "Name: $i1 $i2\n"; print "
Country: $i3\n"; print "
Referal Source: $i4\n"; print "
Email: $i5\n"; print "
\n"; print "
\n"; $counter++; } } mysql_close(); } /* execute the function */ search_it($name); /* See if we need to put on the NEXT or PREVIOUS buttons */ if ($total > $lpp) { echo( "
\n"); /* See if we need a PREVIOUS button */ if ($offset > $lpp) { echo( "\n"); } /* See if we need a NEXT button */ if ($offset < $total) { echo( "\n"); } echo( "\n"); echo( "\n"); echo( "
"); } } /* action=add : add the data from the user into the database */ if($action == "add") { $reset = reset($required); while (list($key, $value) = each($required)) { if($form[$value] == "") { $count++; } } if($count > 0) { ?>

Comfort Foods Cookbook

Fast Food Diet

Please fill in ALL fields


First Name:
Last Name:
Country:
How'd you find us?
(i.e. which Search Engine or link?):
Keywords:
(i.e. which ones used in search?):
E-Mail Address:

", " CCC Free Sample Registration", "$form[firstname] $form[lastname] ($form[email]) wrote the following message in the guestbook :
   
Name:$form[firstname] $form[lastname]
Country: $form[country]
Referal Source: $form[referal]
Email: $form[email]
keywords: $form[keywords]
","From: $form[firstname] $form[lastname] <$form[email]>\nReply-To: $form[firstname] $form[lastname] <$form[email]>\nContent-type: text/html\nX-Mailer: PHP/" . phpversion()); } else { mail( "$admin_mail", "CCC Free Sample Registration", "$form[firstname] $form[lastname] ($form[email]) registered to view the Sample e-cookbook: \n\n Name: $form[firstname] $form[lastname] \n Country: $form[country] \n Referal Source: $form[referal] \n Email: $form[email] \n Keywords: $form[keywords] \n ", "From: $form[firstname] $form[lastname] <$form[email]>\nReply-To: $form[firstname] $form[lastname] <$form[email]>\nContent-type: text/plain\nX-Mailer: PHP/" . phpversion()); } $query = "INSERT INTO $table VALUES('','$form[firstname]','$form[lastname]','$form[country]','$form[referal]','$form[email]','$form[keywords]')"; $result = MYSQL_QUERY($query); ?>
Comfort Foods Cookbook

Thank you, , for giving it a whirl!


Click on this line right HERE to view the free sample online now.

Comfort Foods Cookbook

Fast Food Diet

We've put together a selection of low carbohydrate favorites for you to sample free.   Actually use the recipes and see for yourself!   

The sample e-cookbook contains the recipe list of the actual cookbook. Use Adobe Acrobat 4 reader and use the "Navigation Pane" in Acrobat, which will allow you to see the list of recipes included in the actual full e-cookbook. Those resipes that are marked with an *asterisk, will show you the full actual recipe. They are scattered throughout the list, so stay on the lookout!

Sounds like diet Madness?

It's the lo-carbo diet at it's finest !!!!

Please fill in ALL fields


First Name:
Last Name:
Country:
How'd you find us?
(i.e. which Search Engine or link?):
Keywords:
(i.e. which ones used in search?):
E-Mail Address:


                                           Script by Advanced IT Services Holland