Re: Problem with fetching values...

2008-12-28 Thread Michelle Konzack
OK, Now I have gotten something... [ '~/.tdphp-vserver/includes/10_electronica_admin.inc' ] # while ($DB_list=db_fetch_array($DB_result)) { #$output .= "\n"; while ($DB_list=db_fetch_array($DB_result)) { print_r ($DB_list); } echo "\n"; exit(); --

Problem with fetching values...

2008-12-28 Thread Michelle Konzack
Hello, I have to code a compatibility layer under PHP5 for PostgreSQl and MySQL, which mean, I have to code something like db_query() which then can be used with mysql_query() and pg_query(). But now I have hit an weird error, since in PostgreSQL it is wotking but in MySQL it get the righ