What are the differences fetch_row_format, retrieve_row[MYSQL]
#2

Both functions advance the row pointer, but mysql_fetch_row also puts the entire resulting row into the string that you specify as the first parameter to the function (in your case 'query'). That result can then be split using something like sscanf.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)