Type: Posts; User: SAMM
If I want to display picture in HTML, the source code is: <img src="image.jpg"> but how about if I want to display PDF in HTML?? I try <img src="image.pdf"> but does not work..... Pls...
I need to make my graph and display in ASP format where the data will be connect to MySQL. The data will be calculate from MySQL and connect to ASP and display in ASP Graph format. pls advice.:) ...
YES. The problem was solved. Appreciate your help.
I have a database, there is over 1000 customer. I have to sort top 10 spent customer. my query is: select distinct A.customer,sum(A.EC) from table A group by customer order bycustomer...