Re: [PHP] php and flash 5 books?

2001-06-20 Thread mfourny
Hi Jay, Julie Melonie participate to the redaction of a book on FLASH 5; see infos on her website at http://www.thickbook.com you can also find there some tutorial on the subject. Marc Jay Paulson wrote: > > Anyone know of any good books that actually deal with php interfacing with > flash 5

[PHP] Include & Speed

2001-06-20 Thread mfourny
Hi everybody, How much the include() can slow down the execution of the scripts; if I call one file let say for the db connection it's clearly ok but is it a limite of numbers of include in one script from where that slow the process? Marc -- /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

[PHP] A lot of records

2001-04-27 Thread mfourny
Hi, After a querry on a dBase I get to much result to insert them in one page, so I have to count them in blocks of, let say 20 records; I used the count() function to get the number of records in result, but I don't figure what to do after... Regards and thanks for your help Marc -- PHP Gene

Re: [PHP] Just a thanks

2001-02-07 Thread mfourny
YES, it's true this list is realy cool, every one get help in an effective maner; even beginers in PHP like me. A major THANK YOU for all of you... Marc Josh G wrote: > > Just a thanks to everyone on this list, for being helpful, and for > being tolerant. It seems it's a rare thing these days

[PHP] error with REPLACE or UPDATE

2001-01-24 Thread mfourny
Hello, I getting dificulties with an updating records procedure: like I have an Auto-Increment field I try to use the REPLACE (but without the the auto-increment I tried also UPDATE). I checked also the variables with an echo, and also all the usual things I could imagine... Now I am quite desp