1 / 3

BrowsePhoto.php to PhotoDetail.php

BrowsePhoto.php to PhotoDetail.php. Last updated 16/11/2012. PhotoDetails.php. Record Sets for this page. Add “Show if not empty “Behaviour Add “Repeat” Behaviour. Add the following code. <input type="hidden" name=" CommentID " value="" />

kennan
Download Presentation

BrowsePhoto.php to PhotoDetail.php

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BrowsePhoto.php to PhotoDetail.php Last updated 16/11/2012

  2. PhotoDetails.php Record Sets for this page Add “Show if not empty “Behaviour Add “Repeat” Behaviour

  3. Add the following code <input type="hidden" name="CommentID" value="" /> <input type="hidden" name="CommentDate" value="<?php echo (Date("y-m-d H:i:s")); ?>" /> <input type="hidden" name="PictureID" value="<?php echo $row_rsPhoto['PictureID']; ?>" /> Add this just before the end of the form tag

More Related