[PHP] Printable Report Generator

2001-07-08 Thread Keyser Soze
plain html with line breaks and page breaks?? There's any free tool out there?? Thx, Keyser Soze

[PHP] Metadata - mysqli

2009-11-24 Thread keyser soze
hi mysqli_fetch_field provide result metadata like 'column name', 'max length', 'datatype' etc but i need the "comment" of each column is this possible? (i guess it does't because i do a query, and that query brings to me columns and its values but not the comment metadata... but it would be ver

[PHP] Re: Metadata - mysqli

2009-11-24 Thread keyser soze
r example a php that setup an array of all columns (from table columns) indexed by "db.table.column" the purpose of all this is to get "labels" for each field for use in the application tell me please, what do you think? i don't have much experience in php+mysql thanks

[PHP] Re: dbase_get_record_with_names; Very slow search!!!

2009-11-24 Thread keyser soze
even though the dbf has 10K records Fox can't spend "minutes" to found a match by the way, its very strange to have 35 columns in a table/dbf or whatever pay attention to the comment of Ashley in Fox, you should: SELECT directory INDEX on phone_number to idx_directory_phone - or - INDEX on p

[PHP] Re: dbase_get_record_with_names; Very slow search!!!

2009-11-24 Thread keyser soze
e INDEX present on PHONE. Did you check my Code? Is there any other way to pull records off a FoxPro Database? Can you use SQL Commands via PHP on FoxPro databases (SELECT * FROM ) ? Thanks On Nov 24, 2009, at 9:16 AM, keyser soze wrote: even though the dbf has 10K records Fox can&#

[PHP] Re: dbase_get_record_with_names; Very slow search!!!

2009-11-24 Thread keyser soze
I'll be more then happy to try. On Nov 24, 2009, at 9:55 AM, keyser soze wrote: i will try to help you but think i'm old in Fox but new in php and sadly never used php+fox so, reading your code i see you are scanning the whole dbf file from php Fox cant help you in this way if there is n

[PHP] Re: dbase_get_record_with_names; Very slow search!!!

2009-11-24 Thread keyser soze
way to do this ... I'll be more then happy to try. On Nov 24, 2009, at 9:55 AM, keyser soze wrote: i will try to help you but think i'm old in Fox but new in php and sadly never used php+fox so, reading your code i see you are scanning the whole dbf file from php Fox cant help you in