Ra output
| User, date | Message |
|---|---|
|
Written by gemal
9 months ago Category: General 18 posts since Thu, 14 Oct 10 |
I sometimes miss a feature where I can copy the results as "raw" output. So if we do a "select * from bla" I could right click on the results and export as "raw output" to get exactly what the server returned. |
|
Written by ansgar
9 months ago 4020 posts since Fri, 07 Apr 06 |
Well, the server does not return some "raw string" for a result. Instead, the values are fetched via mysql_fetch_row(), which returns something like an array with one value per column. So, what do you mean with a "raw" output? |
|
Written by gemal
9 months ago 18 posts since Thu, 14 Oct 10 |
ok. fair enough. You can close this request then |
|
Please login to leave a reply, or register at first. |