Forum: PHP Jul 31st, 2009 |
| Replies: 3 Views: 753 Iam also sending the attached zip file for display results page wise using search textbox |
Forum: PHP Jul 31st, 2009 |
| Replies: 3 Views: 753 <table >
<tr> <td width="673" align="center" valign="top"><img src = "img1.jpg" name = 'SlideShow' width = 670 height = 249 border="0"></td></tr>
<tr>
<td height="19" align="left" valign="top">... |
Forum: PHP Jul 31st, 2009 |
| Replies: 2 Views: 737 please remove from the above display code these lines:
onSubmit = "return check_fields(this)";
onmouseover="Tip('In Corel Draw, draw the area where your institution exists <BR> <img... |
Forum: PHP Jul 31st, 2009 |
| Replies: 2 Views: 737 For This Search Result Display Code of PHP Pagewise using textbox this is the Style sheet file please note it carefully:
div.pagination {padding: 1px;margin: 1px;}
div.pagination a {padding: 1px... |
Forum: PHP Jul 31st, 2009 |
| Replies: 1 Views: 2,122 For This Display Code of PHP Pagewise this is the Style sheet file please note it carefully:
div.pagination {padding: 1px;margin: 1px;}
div.pagination a {padding: 1px 2px 1px 2px; margin: 1px;... |
Forum: PHP Jul 31st, 2009 |
| Replies: 2 Views: 737 <table >
<tr> <td width="673" align="center" valign="top"><img src = "img1.jpg" name = 'SlideShow' width = 670 height = 249 border="0"></td></tr>
<tr>
<td height="19" align="left"... |
Forum: PHP Jul 24th, 2009 |
| Replies: 6 Views: 2,016 $dbh=mysql_connect ("localhost", "user", "pwd") or die('Cannot connect to the database because: ' . mysql_error());
mysql_select_db ("dbname");
// display records page wise code starts:
... |
Forum: PHP Sep 5th, 2008 |
| Replies: 1 Views: 2,122 // display records page wise code starts:
$adjacents = 3;
$tbl_name="feedback";
// $display = "SELECT COUNT(*) as num FROM $tbl_name";
$display = "SELECT COUNT(*) as num FROM $tbl_name";... |
Forum: PHP Sep 4th, 2008 |
| Replies: 3 Views: 378 display record from DB to webpage PAGE WISE PLEASE HELP ME IN:
kashiffarooq_5 @ hotmail . com
<?php
$con=mysql_connect("localhost","root","");
mysql_select_db("manzilen");
// on the... |