Re: [PHP-DB] MySQL Query

2002-05-03 Thread Alnisa Allgood
Group By, you'll generate an error if you forget it), then order them, should work. Alnisa -- . Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.

Re: [PHP-DB] Concept help required

2002-01-10 Thread Alnisa Allgood
ation * networking (with 1 items) networks, telecommunications, protocols, routers, etc. The above explains the more complicated query between three tables, but you can also do this with a single table, or two tables. Alnisa -- ......... Alnisa Allgood

Re: [PHP-DB] PHP/MySQL Library Catalog System

2002-01-10 Thread Alnisa Allgood
ave a better idea of which pre-built systems will work for you or not. Alnisa -- . Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.org

Re: [PHP-DB] Using PHP with filemaker?

2001-09-12 Thread Alnisa Allgood
.org/ to download, or http://www.iviking.org/FX/ to test. Alnisa -- ............. Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.org (url) http://www.nonprofit-tech.org

RE: [PHP-DB] How can you hide database login passwd in yourscript?

2001-09-05 Thread Alnisa Allgood
using the http:// method at all since its outside of your web root. Alnisa -- ..... Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.org (url) http://www.non

Re: RE: RE: RE: [PHP-DB] Query construction

2001-08-21 Thread Alnisa Allgood
ds changes the count results on occasion. Alnisa -- ......... Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.org (url) http://www.nonprofi

Re: [PHP-DB] Another SQL Question

2001-08-13 Thread Alnisa Allgood
2 from mdfaq_faq_cat faq_cat, mdfaq_category cat > 3 where faq_cat.cat_id (+) = cat.id > 4 group by cat.id, cat.name; > Funny, I think I just sent you something somewhat similar. Glad it worked. Alnisa -- ......... Alnisa Allgood Exec

Re: [PHP-DB] Another SQL Question

2001-08-13 Thread Alnisa Allgood
f not remove the cat.id and see if it works, or what error is returned. All these different implementations of SQL occasional kill me. Alnisa -- . Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415

RE: [PHP-DB] Another SELECTING problem :-(

2001-08-09 Thread Alnisa Allgood
roup by. But this statement should work for you, as well. Alnisa -- . Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415.337.7927 (url) http://www.nonprofit-techworld.org (url) http://www.nonprofit-tech.org (url) http://www.tech-library.org ...

RE: [PHP-DB] Another SELECTING problem :-(

2001-08-09 Thread Alnisa Allgood
$display_employee .=""; } else { $display_employee .=" $empid"; }; } ?> Alnisa -- . Alnisa Allgood Executive Director Nonprofit Tech (ph) 415.337.7412 (fx) 415

[PHP-DB] Temporary Tables in MySQL

2001-07-22 Thread Alnisa Allgood
LE ezsearch SELECT CONCAT(membername, \" \", mission, \" \", brief, \" \", city, \" \", state, \" \", programs) AS searchable, memberid FROM members I get massive errors. I'm reading MySQL from New Riders, but I can't seem to figure this out bas