3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <?php $num = rand(1000, 10000); $name = $_POST['name']; $minutes = $_POST['pickupminutes']; $total = $_POST['total']; echo "<h1>Duncan's Just-In-Time Donuts</h1>"; echo "<h2>Order Confirmation</h2>"; echo "<strong>Order #" . $num . "</strong><br />"; echo "Customer name: " . $name . "<br />"; echo "Ready in: " . $minutes . " minutes<br />"; echo "Total: <em>" . $total . "</em>"; ?> </body> </html>
Output for 7.2.13, 7.4.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5201</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.4.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4240</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.26, 7.3.13
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5085</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.11 - 7.3.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6603</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5157</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8864</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7100</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8249</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9114</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3579</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7626</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9533</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2187</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.3.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4608</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.12, 7.3.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7899</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5561</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.27, 7.2.10, 7.2.16, 7.2.24
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3899</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.23
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1768</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7057</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.21
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7163</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5408</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.19
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1739</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.18
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9682</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.17
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4873</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.15
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8172</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7158</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.33, 7.2.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7277</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.19, 7.2.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4194</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7855</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.4, 7.2.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1184</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3902</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1311</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.23, 7.2.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2596</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3560</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4525</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.13, 7.1.30, 7.2.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1264</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.2.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4363</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.32
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3132</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.31
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8646</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.29
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3009</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.10, 7.1.28
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7196</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.26
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5010</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6567</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.16, 7.1.24
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2920</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3631</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.21
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4033</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6103</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.18
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5091</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.17
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4141</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.5, 7.1.15
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5728</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3117</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.1, 7.1.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6810</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8181</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6941</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6484</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4165</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.0, 7.1.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7941</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7946</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.1.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2662</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.34, 7.0.33
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3346</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.32
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8756</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.31
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4946</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.12, 5.5.26, 7.0.30
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1079</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.6, 5.4.25, 5.5.30, 5.6.6, 7.0.29
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7778</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.5, 7.0.28
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1531</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.27
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9065</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.26
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1320</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.45, 7.0.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5265</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.8, 5.6.15, 7.0.24
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8585</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.23
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7393</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.39, 5.6.9, 7.0.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6770</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.21
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3926</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9874</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.19
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8753</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.18
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2262</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.17
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1395</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.15 - 7.0.16
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1777</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7388</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.13
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1058</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.38, 7.0.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9904</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.30, 7.0.9, 7.0.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6897</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2266</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.11, 5.5.23, 5.6.4, 7.0.1, 7.0.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3010</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7320</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2223</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4334</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.7, 5.6.32, 7.0.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8537</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8622</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.28, 5.5.7, 7.0.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1394</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 7.0.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8591</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.40
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9317</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.7, 5.6.39
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5392</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.37
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3589</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.36
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3408</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.35
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8902</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.4, 5.6.34
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1553</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.41, 5.5.27, 5.6.33
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9435</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.31
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8729</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.31, 5.6.29
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8970</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.6, 5.6.23, 5.6.28
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8578</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.27
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3612</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.17, 5.6.26
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6066</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1170</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.31, 5.6.24
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1709</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8193</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.21, 5.6.21
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9111</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.33, 5.6.13, 5.6.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6807</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.28, 5.6.19
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9000</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.1, 5.4.8, 5.4.18, 5.4.21, 5.6.1, 5.6.18
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4396</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.17
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8661</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.16
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4439</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1226</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.34, 5.4.44, 5.5.0, 5.6.5, 5.6.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1330</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8589</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7516</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3221</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9890</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.6.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8222</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.38
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2652</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.37
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7637</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.36
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3939</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.35
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1099</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.33
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5056</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.11, 5.4.24, 5.5.32
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5182</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.29
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7397</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.37, 5.5.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5643</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.5, 5.5.24
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4333</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3354</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.36, 5.5.3, 5.5.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6851</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.19
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1617</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.18
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2041</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.16
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7251</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.15
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7194</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.1, 5.5.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9589</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.13
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8203</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7735</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.15, 5.4.29, 5.5.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4324</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3682</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.42, 5.5.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5779</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8799</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.5.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5845</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.43
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8085</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.40
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6797</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.3, 5.4.17, 5.4.38
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6234</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.35
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1627</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.32
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3324</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.30
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6872</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.27
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8859</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.26
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4833</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.23
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4966</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.22
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9246</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.20
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5917</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.19
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5069</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.16
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1637</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4142</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.13
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4310</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8666</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9021</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7335</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.4.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8882</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.3.2 - 5.3.8, 5.3.10 - 5.3.21, 5.3.23 - 5.3.24, 5.3.26 - 5.3.29
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2997</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.3.9, 5.3.22, 5.3.25
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5883</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.3.0 - 5.3.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6338</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.17
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8359</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.16
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8809</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.15
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5860</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.14
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6064</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.13
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2308</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.12
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9536</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6505</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2204</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9774</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5313</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1563</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5056</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7849</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9650</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1728</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3586</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.5, 5.2.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8731</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.2.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2434</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1490</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2426</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1480</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7172</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2113</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9837</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.1.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9167</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7936</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1743</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4604</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5030</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7384</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 5.0.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5887</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9473</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3101</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.7
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #6275</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7368</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7909</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2002</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2329</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.4.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4712</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.7, 4.4.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #5505</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.11
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4365</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.10
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #4478</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.9
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1362</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.8
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8031</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.6
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9525</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.5
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #8037</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.4
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #1690</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.3
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #9408</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.2
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #7022</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.1
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #2567</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>
Output for 4.3.0
<html> <body> Notice: Undefined index: name in /in/EuJ43 on line 5 Notice: Undefined index: pickupminutes in /in/EuJ43 on line 6 Notice: Undefined index: total in /in/EuJ43 on line 7 <h1>Duncan's Just-In-Time Donuts</h1><h2>Order Confirmation</h2><strong>Order #3836</strong><br />Customer name: <br />Ready in: minutes<br />Total: <em></em> </body> </html>

preferences:
289.02 ms | 401 KiB | 325 Q