[PHP-DB] Really embarassing newbie question...

2001-04-26 Thread ~BD~
exists in a database? Is it to try a query on it, and check the returned error? that's the way I'm set up now, but I can't help but think there's got to be a better way... TIA, ~BD~ http://www.bustdustr.net Home of Radio Free Bd -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-DB] Really embarassing newbie question...

2001-04-26 Thread ~BD~
Doh! Sorry about that - yes, it's MySQL. And I complete blew by mysql_list_tables - I mis-read what I thought it did, then didn't look at it any further... I told you it was embarrasing... Thanks! http://www.bustdustr.net Home of Radio Free Bd You didn't mention what DBMS you are running

[PHP-DB] Newbie question

2001-05-03 Thread ~BD~
the site/page, detect that they've gone, and then go ahead and run my closing procedures.. is this possible? I'd appreciate a point in the right direction, with or without an RTFM ... :) TIA ~BD~ http://www.bustdustr.net Home of Radio Free Bd -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Newbie question

2001-05-03 Thread ~BD~
EXACTLY what I was looking for... Thanks! http://www.bustdustr.net Home of Radio Free Bd - Original Message - From: CC Zona [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 1:42 PM Subject: Re: [PHP-DB] Newbie question In article 034101c0d3f3$0dd747e0$41041dd8

[PHP-DB] Looking for a script

2001-05-19 Thread BD
Can someone point me towards a down dirty (and, of course, free) classified ads script? doesn't have to be fancy, but I have to get it in this weekend... TIA -BD- http://www.bustdustr.net Home of Radio Free Bd -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-DB] Pages not displaying?

2001-05-23 Thread BD
? And finally - does anyone have any idea where I should start looking? There's nothing in any error logs that indicate any problems... -BD- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DB] How to drop a table when user leaves prematurely?

2001-07-15 Thread BD
, is that there are a lot of pages involved in this application, and I'm not sure how to tell the app that the user is just going from one page to the next or is actually going bye-bye... -BD- http://www.bustdustr.net http://www.rfbdproductions.com The Entertainment Center Home Of Radio Free BD

Re: [PHP-DB] How to drop a table when user leaves prematurely?

2001-07-16 Thread -BD-
Thanks, Christopher... I feel better now knowing that I wasn't just missing something really obvious.. on the other hand, I should have thought of the stateless aspect myself I'll take the timestamp approach, and see what I can come up with... BD http://www.bustdustr.net http

Re: [PHP-DB] Help with update...

2001-08-18 Thread BD
it all off!! Sorry for the waste of good bandwidth... ~BD~ http://www.bustdustr.net http://www.rfbdproductions.com Home Of Radio Free BD For The Difference. - Original Message - From: BD [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 12:21 PM Subject: [PHP-DB] Help

[PHP-DB] Re: OT - [PHP-DB] Advice to PHP beginners

2002-03-27 Thread -BD-
did the tabs get stripped in your mail, or is there a reason the code couldn't be written like the following? i'm curious, since this is the way i do 90% of my code - makes it easy to see what's going on... but i dunno about performance or parsing impact (never gave it much thought until