[PHP-DB] Away on a trip

2003-04-03 Thread Nick . Hajek
I will be out of the office on April 4. Please contact Ed Ortmeier or George Rayman for anything that requires immediate attention. Nick -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Re-ordering items

2003-04-03 Thread Jason Wong
On Friday 04 April 2003 00:53, Charles Kline wrote: > I have a table that contains the 'Sort Order' of some stories which are > kept in another table. I want to be able to 're-order' these items but > I am not sure how to go about this (technique wise). > > For example: I have a form with a series

[PHP-DB] How to use a Class?

2003-04-03 Thread Shantanu Oak
Hi, I am a beginner. I want to use the class explained on the following page. http://aspn.activestate.com/ASPN/Cookbook/PHP/Recipe/125901 I have tried printing the results with print_r along the following code mentioned on the page, $mysearch = new MysqlSearch; $mysearch->setidentifier("My

Re: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Cal Evans
HAR! Ok, seriously though, does your script return an error of any kind? Sounds like you are violating a primary or unique key in the second insert. What database engine are you using? =C= - Original Message - From: "Leif K-Brooks" <[EMAIL PROTECTED]> To: "Keven Jones" <[EMAIL PROTECTED

Re: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Leif K-Brooks
I haven't used my psychic powers for a while, but I think the problem is on line 35. Keven Jones wrote: Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just fine

RE: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Jennifer Goodie
Not without looking at your queries and code. Posting those might make it easier for people to answer your question. I could make a lot of guesses though. First guess is your query is incorrect. > -Original Message- > From: Keven Jones [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 0

RE: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Rich Gray
> Hello All, > > I am having a problem inserting records > into my Database. I am passing fields > from a FORM to my php program that adds > 1 record to my DB. It will create the > first attempt just fine, however any > attempt after the 1st fails. I have > to delete the existing row in order > to

[PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Keven Jones
Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just fine, however any attempt after the 1st fails. I have to delete the existing row in order to add a new record.

[PHP-DB] Re-ordering items

2003-04-03 Thread Charles Kline
Hi all, I have a table that contains the 'Sort Order' of some stories which are kept in another table. I want to be able to 're-order' these items but I am not sure how to go about this (technique wise). For example: I have a form with a series of select menus. Each menu represents the positio

Re: [PHP-DB] Anybody out there?

2003-04-03 Thread Tristan . Pretty
I hear ya. [EMAIL PROTECTED] 03/04/2003 17:02 To: [EMAIL PROTECTED] cc: Subject:[PHP-DB] Anybody out there? Is the list active? I've seen nothing all day. Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forward" mailto:

[PHP-DB] Anybody out there?

2003-04-03 Thread Gary . Every
Is the list active? I've seen nothing all day. Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forward" mailto:[EMAIL PROTECTED] http://accessingram.com

Re: [PHP-DB] Creating a directory listing

2003-04-03 Thread Ronan Chilvers
Hi David Some comments inline ... On 02 Apr,2003 at 10:22 David McGregor wrote: > I'm trying to do this for a web site. I need to list the contents of > each directory on a site to perhaps 4 levels deep (only html files). > I've almost got a function going where it starts at the top level and