[Phplib-users] print fields after executing a query
Brought to you by:
nhruby,
richardarcher
From: Marco <ma...@dk...> - 2002-02-12 00:15:25
|
Hello list, I do a query like "select * from table where index = "test"". The query works fine. $db->affected_rows is "1" after the query. Now I want to fill a OOH-Form with these values or sinply print it on the page. I decided to use the command "$db->p("field")" lieke decribed in "documentation-3" in the doc directory. The problem is: I've checked the fieldnames but - nothing is returned with the command. What can I do? Any help? Bye Marco |