Advertisement
nazmiwafiy

entry-confirm.php

Dec 5th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. use yii\helpers\Html;
  3. ?>
  4. <p>You have entered the following information:</p>
  5.  
  6. <ul>
  7.     <li><label>Name</label>: <?= Html::encode($model->name) ?></li>
  8.     <li><label>Email</label>: <?= Html::encode($model->email) ?></li>
  9. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement