07.07.2012, 22:17
Seeing as you're only fetching a single field, you should restructure the query to select that field only (select infomsg from infodatabase ...). You can then simply call myqsl_fetch_row to store the result directly without the need to call any subsequent functions.