about mysqli in php5
Link |
by Atsuku(binku)
on 2007-10-26 23:56:45 (edited 2007-10-26 23:57:57)
|
With mysql'i', i couldn't find any function to get table name in some database like 'mysql_list_tables' >> if i'm not wrong ^^ <<, can somebody help me? It's annoying me to create full object-oriented code. |
Re: about mysqli in php5
Link |
by
on 2007-10-28 20:18:51
|
The MySQL query SHOW TABLES will give you a list of tables, just like mysql_list_tables |
Re: about mysqli in php5
Link |
by Atsuku(binku)
on 2007-11-04 00:23:30
|
thx a lot ^^, eerr.. i d'like to ask more : Warning: mysqli_stmt::bind_result() [function.mysqli-stmt-bind-result]: Number of bind variables doesn't match number of fields in prepared statement. \\then... Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in .... It happen when i want to 'select a, b, c' . Then i wish to fetch it one by one and save it to ($array[]) that every of it is -> ($array[][]) {multidimensional). Sorry if my explanation is really bad, ~_~' |