Skip to content

Sorry, you are not allowed to access this page. #2

@nerdsbelikecom

Description

@nerdsbelikecom
					 <div class="form-group">
						<label for="comment">Select Page:</label>
						<select class="form-control" name="pagecall" id="pagecall" style="width:75%;float:right;" onchange="davsele(this.value);">
							<?php
								$totalPage = $dataget['total'] / 20;
								for($i=1;$i<=$totalPage;$i++)
								{
									$selc = ($getPageCount==$i)?'selected':'';
									echo "<option value=".$i." $selc>Page No. ".$i."</option>";
								}
							?>
						</select>
					</div> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions