[PHP-DB] Storing images and text retrieved from mysql-db, into a table

2003-03-21 Thread gert vonck
l_close(); ?> Can someone help me please? Mvg, Gert Vonck _ MSN Search, for relevant search results! http://search.msn.be -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Retrieve "the field name itself" instead of "the info of the field name"

2003-03-21 Thread gert vonck
hello everyone, this is my code to retrieve info from my mysql db. This works perfect, but what i also want is a column before this column. In the first column, i want to see the field names from my table. So instead of selecting the info of the field names "uitbater","straatnaam",... , I want

[PHP-DB] combination of fetch_field and fetch_row

2003-03-22 Thread gert vonck
info0 as $field0) { print "\t$meta->name$field0\n"; } $i++; } He doesn't give an error, but he only prints 8 times the 2nd column and nothing in the first (field name column) Does anyone know how t

[PHP-DB] when click on button, how renew info on page?

2003-03-23 Thread gert vonck
hello everyone, with this code, a table is loaded with info from the mysql db with id = '1'. but now i want to make a button, and when it is clicked, he has to renew the table with the info from the db with id ='2' does anyone know has this should be done? thanks in advanc