January 24, 2011 at 9:44 am
I need to print the results off my server of this query
Select * from orders WHERE warehouseid='c'
i dont kno how to print the results of it.
Please help
January 24, 2011 at 9:46 am
You should be able to just right-click your Results page and select "Print."
Let us know if that works for you.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
January 24, 2011 at 9:57 am
The results page has all the extra stuff in it i dont want people to see... is there anyway to make it print to an html or php page i know the coding to conect the page to the dadta base and how to make it run and SQL query to the SEVER but not how to print it.
January 24, 2011 at 10:14 am
You'd need to specify that in your query; e.g. "select col1, col2 from table . . . " etc.
In other words, don't use "select * from . . . "
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply