User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 373,878 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,919 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 89
Search took 0.01 seconds.
Posts Made By: Suhacini
Forum: PHP Jun 4th, 2008
Replies: 4
Views: 188
Posted By Suhacini
Re: Comparison

Someone there to help with this?
Forum: PHP Jun 4th, 2008
Replies: 25
Views: 622
Posted By Suhacini
Re: Problem with page navigation

At last got the complete pagination along with prev & next also.Thanks to all of you who helped me.
Forum: PHP Jun 4th, 2008
Replies: 0
Views: 139
Posted By Suhacini
2 tier & 3 tier architectures in php?

Do we have 2 tier & 3 tier architectures in PHP?If so tell me what are they used for, how & where we can use them?
Forum: PHP Jun 4th, 2008
Replies: 25
Views: 622
Posted By Suhacini
Forum: PHP Jun 4th, 2008
Replies: 4
Views: 122
Posted By Suhacini
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
Posted By Suhacini
Re: Problem with page navigation

hmmm....Finally its working.Thanks a lot.
To get First ,Prev,Next,Last... what can i do?
Forum: PHP Jun 4th, 2008
Replies: 4
Views: 122
Posted By Suhacini
Re: Problem in displaying data from DB

what is $p here
while ($row = $p->fetchAssoc($query))
Forum: PHP Jun 4th, 2008
Replies: 25
Views: 622
Posted By Suhacini
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
Posted By Suhacini
Re: Problem with page navigation

ya its the same i need...did u use the same script which you posted for me?
Forum: PHP Jun 4th, 2008
Replies: 4
Views: 122
Posted By Suhacini
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
Posted By Suhacini
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
Posted By Suhacini
Re: Problem with page navigation

Hey Kkeith29 some problem with this code...I dont know what it is..but it is not dislpaying anything.
Forum: PHP Jun 4th, 2008
Replies: 25
Views: 622
Posted By Suhacini
Re: Problem with page navigation

My table structure is:
Id bigint(20) Auto_Inc Not Null
MedName Varchar(60)
dispname Varchar(60)
alphabet Varcahr(15)
Forum: PHP Jun 3rd, 2008
Replies: 25
Views: 622
Posted By Suhacini
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
Posted By Suhacini
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
Posted By Suhacini
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
Posted By Suhacini
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
Posted By Suhacini
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
Posted By Suhacini
Re: login script is not working

Is it so..But it is working for me.what is the error message your getting?
Forum: PHP Jun 2nd, 2008
Replies: 10
Views: 294
Posted By Suhacini
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
Posted By Suhacini
Re: login script is not working

What is the error you are getting?
Forum: Posting Games Jun 2nd, 2008
Replies: 7,538
Views: 396,458
Posted By Suhacini
Re: Word Association Game

Chess --> Vishwanath Anand
Forum: Posting Games May 31st, 2008
Replies: 7,538
Views: 396,458
Posted By Suhacini
Re: Word Association Game

Basketball --> Game
Forum: Posting Games May 31st, 2008
Replies: 1,235
Views: 39,299
Posted By Suhacini
Re: Yes or No

Yes...
Do you mind?
Forum: PHP May 31st, 2008
Replies: 32
Views: 896
Posted By Suhacini
Re: Chat Application

may be..Am using ie6.
Forum: PHP May 31st, 2008
Replies: 32
Views: 896
Posted By Suhacini
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
Posted By Suhacini
Re: Chat Application

Is it working?I am not getting anything...
Forum: PHP May 31st, 2008
Replies: 32
Views: 896
Posted By Suhacini
Re: Chat Application

Hey what is the user name i need to type there in order to login?
Forum: PHP May 30th, 2008
Replies: 4
Views: 188
Posted By Suhacini
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
Posted By Suhacini
Forum: Posting Games May 28th, 2008
Replies: 25
Views: 1,048
Posted By Suhacini
Re: Play the <^V Game!!

^ No of posts less than mine ;)
> Not He, But She.
V Solved any threads or not?
Forum: PHP May 27th, 2008
Replies: 25
Views: 622
Posted By Suhacini
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
Posted By Suhacini
Re: Play the <^V Game!!

^ Joined Daniweb in Nov 2006
> Waiting for reply
V Let's See Who Next....???
Forum: Posting Games May 27th, 2008
Replies: 2,988
Views: 105,588
Posted By Suhacini
Re: Fantastic word game

Great people will always be remembered.
Forum: Posting Games May 27th, 2008
Replies: 1,235
Views: 39,299
Posted By Suhacini
Re: Yes or No

No..I dont smoke

Do you like to swim?
Forum: Posting Games May 27th, 2008
Replies: 2,355
Views: 138,586
Posted By Suhacini
Re: The Vending Machine Game

You will get a car.

I will put a phone
Forum: Posting Games May 27th, 2008
Replies: 964
Views: 34,885
Posted By Suhacini
Re: This or that?

Hiphop Music

Hotel Food or Home made Food?
Forum: PHP May 27th, 2008
Replies: 25
Views: 622
Posted By Suhacini
Re: Problem with page navigation

Actually I got this code from some where.I wanted to write my own code..Can anyone tell me how to start with that?
Forum: PHP May 27th, 2008
Replies: 25
Views: 622
Posted By Suhacini
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
Posted By Suhacini
Re: There is an elephant on the loo!

Really...? But many of them cant...
Showing results 1 to 40 of 89

 
All times are GMT -4. The time now is 3:51 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC