Re: [PHP-DB] PHP MySQL and updating

2002-02-10 Thread Jason Cox
ng. A session ID is unique though eventually it will be reused I believe. Hope that helps. Jason Cox -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Outputing Distinct rows

2002-02-10 Thread Jason Cox
Something like that would work. Good Luck, Jason Cox > I'll give you all the short version of what I need and if it is enough for > you to help that would be great. I need to pull the last 10 updated topics > from a table and output them. However, the posts table lists each post and

Re: [PHP-DB] Flipping through database records

2002-02-12 Thread Jason Cox
g the card catalog at the library... :) Hope that helps, Jason Cox - Original Message - From: "Dan Swensen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 5:30 PM Subject: [PHP-DB] Flipping through database records > > Hello,

Re: [PHP-DB] Flipping through database records

2002-02-13 Thread Jason Cox
; > you had a hundred records and your index was 10 then > > > > you would only get the > > > > first 10 records. Since we're including the order > > > > by clause, the 10 should > > > > pretty much stay the same if the table does

Re: [PHP-DB] counting multiple columns based on different values

2002-02-13 Thread Jason Cox
.clientID) WHERE ratings2.status = '2' AND ratings3.status = '3' GROUP BY clients.clientname; That should do the trick. Enjoy!! Jason Cox - Original Message - From: "John Hawkins" <[EMAIL PROTECTED]> To: "php-db list" <[EMAIL PROTECTED]> Sent

Re: [PHP-DB] counting multiple columns based on different values

2002-02-13 Thread Jason Cox
be a better way but it doesn't. Jason Cox - Original Message - From: "John Hawkins" <[EMAIL PROTECTED]> To: "Jason Cox" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 9:08 PM Subject: Re: [PHP-DB] counting multiple

Re: [PHP-DB] storing PDF in a database

2002-03-24 Thread Jason Cox
You'd want to use a BLOB field to store it. It would be stored as raw data in the db. For an example, go find a tutorial on how to store images in the database. It would work the same way. Jason Cox - Original Message - From: "Alain DESEINE" <[EMAIL PROTECTED]>