Forum: IT Professionals' Lounge Jun 4th, 2009 |
| Replies: 0 Views: 1,242 Hey anyone who is working with Remedy ticketing tool? |
Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 510 Someone there to help with this? |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 1,826 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: 504 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: 1,826 |
Forum: PHP Jun 4th, 2008 |
| Replies: 4 Views: 462 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: 1,826 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: 462 what is $p here
while ($row = $p->fetchAssoc($query)) |
Forum: PHP Jun 4th, 2008 |
| Replies: 25 Views: 1,826 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: 1,826 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: 462 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: 1,826 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: 1,826 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: 1,826 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: 1,826 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: 1,826 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: 1,826 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: 510 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: 1,099 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: 1,099 Is it so..But it is working for me.what is the error message your getting? |
Forum: PHP Jun 2nd, 2008 |
| Replies: 10 Views: 1,099 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: 1,099 What is the error you are getting? |
Forum: Posting Games Jun 2nd, 2008 |
| Replies: 7,595 Views: 669,459 Chess --> Vishwanath Anand |
Forum: Posting Games May 31st, 2008 |
| Replies: 7,595 Views: 669,459 |
Forum: Posting Games May 31st, 2008 |
| Replies: 1,430 Views: 115,482 |
Forum: PHP May 31st, 2008 |
| Replies: 50 Views: 4,920 |
Forum: PHP May 31st, 2008 |
| Replies: 50 Views: 4,920 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: 50 Views: 4,920 Is it working?I am not getting anything... |
Forum: PHP May 31st, 2008 |
| Replies: 50 Views: 4,920 Hey what is the user name i need to type there in order to login? |
Forum: PHP May 30th, 2008 |
| Replies: 4 Views: 510 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... |
Forum: Posting Games May 28th, 2008 |
| Replies: 3,341 Views: 180,455 |
Forum: Posting Games May 28th, 2008 |
| Replies: 52 Views: 6,751 ^ No of posts less than mine ;)
> Not He, But She.
V Solved any threads or not? |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 1,826 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: 52 Views: 6,751 ^ Joined Daniweb in Nov 2006
> Waiting for reply
V Let's See Who Next....??? |
Forum: Posting Games May 27th, 2008 |
| Replies: 3,076 Views: 215,953 Great people will always be remembered. |
Forum: Posting Games May 27th, 2008 |
| Replies: 1,430 Views: 115,482 No..I dont smoke
Do you like to swim? |
Forum: Posting Games May 27th, 2008 |
| Replies: 2,356 Views: 220,574 You will get a car.
I will put a phone |
Forum: Posting Games May 27th, 2008 |
| Replies: 981 Views: 68,232 Hiphop Music
Hotel Food or Home made Food? |
Forum: PHP May 27th, 2008 |
| Replies: 25 Views: 1,826 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: 1,826 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... |