<inputtype="text"style="display:none"class="media-uploader form-control text <?php if (isset($postImage)) { if (empty($postImage)) { echo 'error';}} ?>"id="pImage"name="image"readonlyvalue="<?php if (isset($postImage)) { echo $postImage;} ?>">
<inputtype="text"class="media-uploader form-control text <?php if (isset($postImage)) { if (empty($postImage)) { echo 'error';}} ?>"id="pImage"name="image"readonlyvalue="<?php if (isset($postImage)) { echo $postImage;} ?>">