EXIF image in php -


i have page image gets uploaded image not right way. know need use exif new , lost start on in while loop can 1 me

thx jason

here code

<section class ="box_1">  <form id="evaluations" method="post" action="comments_page_add.php" enctype="multipart/form-data">`enter code here`  <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#cccccc"> <tr> <td bgcolor="#ffffff">&nbsp;</td> <td colspan="4" bgcolor="#ffffff"><strong>parent entered</strong> </td> </tr> <tr> <td align="center" bgcolor="#ffffff">#</td>  <td align="center" bgcolor="#ffffff"><strong>name</strong></td> <td align="center" bgcolor="#ffffff"><strong>lastname</strong></td>  </tr> <?php while($rows = mysqli_fetch_array($results2)){ ?>  <tr> <td align="center" bgcolor="#ffffff"><input name="child[]" type="checkbox" id="child[]" value="<?php echo $rows['id']; ?>"></td> <td bgcolor="#ffffff"><?php echo $rows['given_name']; ?></td> <td bgcolor="#ffffff"><?php echo $rows['surname']; ?></td>  </tr> <?php }  ?> </table>  </section> <section class ="box_3"> <?php while($rows2 = mysqli_fetch_array($results3)){ ?> <table width="100%" border="2"  bgcolor="#cccccc"> <tr>   <tr><td colspan="4" align="center"><img src='<?php echo $rows2['photo_parth']; ?>' width='60%' height='150em'></td></tr> <td align="center" bgcolor="#ffffff"><input name="image[]" type="checkbox" id="image[]" value="<?php echo $rows2['id']; ?>"></td> <td bgcolor="#ffffff"><?php echo $rows2['id']; ?></td></tr> <td bgcolor="#ffffff"><?php echo $rows2['date']; ?></td> <td bgcolor="#ffffff"><?php echo $rows2['time']; ?></td> </tr> </table> <?php }  ?>     </table> </section> 


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -