Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 188 |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 4th, 2008 |
| Replies: 0 Views: 139 |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 122 Re: Problem in displaying data from DB Its Working.But have small problem, I have 4 buttons Home Categories Brand Store in a row.When I click each button the text display.Here if catogery is clicked that is in the same row but remaining 3... |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 122 |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation I think some wrong with this :
<?php
if (isset($_POST['submit'])) {
$var = trim($_POST['keyword']);
header('Location: pageno.php?keyword='. $var);
die();
} |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 122 Problem in displaying data from DB Hi,
I wanted to display data which is in my db.The format of displaying must be in a div, in that div 3 columns & each column must have 10 rows.Am using this:
while($data =... |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation Sam,In the code we have I found the problem.We have 2 queries
$str = "SELECT * FROM `medlist` WHERE `dispname` LIKE '%".$trimmed."%'";
$query = "SELECT * FROM `medlist` WHERE `dispname` LIKE... |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP Jun 3rd, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation If there is no 'A' anywhere in the word also its displaying.I changed my code to the above one,but nothing has changed.same output. |
Forum: PHP Jun 3rd, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation Actually am using this for search.In my db I am storing few words A-Z but not in alphbetic order.so when i wanted to search 'A',then all data from my db related to 'A' must display.Here am able to... |
Forum: PHP Jun 3rd, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation Changed the code again.
<?php
include ('conn.php');
// by default we show first page
$page = 1;
// if $_GET['page'] defined, use it as page number
if(isset($_GET['page'])) |
Forum: PHP Jun 3rd, 2008 |
| Replies: 4 Views: 188 Re: Comparison In Categories we have sub-cat,where to store them.For example,I have a category called Books.Under that I have Fiction(20), Comic(30),so on.How to store them?As you said in the above thread, all the... |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 294 Re: login script is not working Hey its working I have checked it once again.check these once $_POST['userid'] the userid here must be the textbox name, and user_id must be same as the field name in your table. |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 294 |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 294 Re: login script is not working Try this:
include("session.php");
$userId = $_POST['userid'];
$password = $_POST['userpassword'];
$sql = "SELECT user_id,user_password
FROM tbl_auth_user WHERE user_id = '$userId' AND... |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 294 |
Forum: Posting Games Jun 2nd, 2008 |
| Replies: 7,538 Views: 396,458 |
Forum: Posting Games May 31st, 2008 |
| Replies: 7,538 Views: 396,458 |
Forum: Posting Games May 31st, 2008 |
| Replies: 1,235 Views: 39,299 |
Forum: PHP May 31st, 2008 |
| Replies: 32 Views: 896 |
Forum: PHP May 31st, 2008 |
| Replies: 32 Views: 896 Re: Chat Application do we need any thing special to check this?Is that the same link which you gave in your last post? |
Forum: PHP May 31st, 2008 |
| Replies: 32 Views: 896 |
Forum: PHP May 31st, 2008 |
| Replies: 32 Views: 896 |
Forum: PHP May 30th, 2008 |
| Replies: 4 Views: 188 Comparison Hi,
I want to make a site which compares prices of a product from different brands.I wanted have something like By Category, By Brand, By Store, Best Deal, Gift Deal.Do I need to create different... |
Forum: Posting Games May 28th, 2008 |
| Replies: 3,321 Views: 103,968 |
Forum: Posting Games May 28th, 2008 |
| Replies: 25 Views: 1,048 |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation From the above code I am not getting any error but,the link to next page is not enabled.Even though $limit=10; & $rowsPerPage =10; both are declared as '10'.If I have 15 records all of them are... |
Forum: Posting Games May 27th, 2008 |
| Replies: 25 Views: 1,048 |
Forum: Posting Games May 27th, 2008 |
| Replies: 2,988 Views: 105,588 |
Forum: Posting Games May 27th, 2008 |
| Replies: 1,235 Views: 39,299 |
Forum: Posting Games May 27th, 2008 |
| Replies: 2,355 Views: 138,586 |
Forum: Posting Games May 27th, 2008 |
| Replies: 964 Views: 34,885 |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 622 |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 622 Re: Problem with page navigation I changed my code.Here is my new code:
<?php
include ('conn.php');
// how many rows to show per page
$rowsPerPage = 10;
// by default we show first page
$pageNum = 1;
// if $_GET['page']... |
Forum: Geeks' Lounge May 26th, 2008 |
| Replies: 353 Views: 16,136 |