Forum: MySQL Mar 25th, 2009 |
| Replies: 10 Views: 1,741 how to export mysql database table contents on to a PDF file. it has to be displayed in the website as "download/print data". when the customer click on that he/she has to get the PDF opened or an... |
Forum: PHP Mar 25th, 2009 |
| Replies: 1 Views: 1,141 hello all,
Please get me a way to export all contents of a table in mysql database to a PDF file and it can be downloadable and can be printed from the website.. please provide some sample code.... |
Forum: PHP Mar 31st, 2008 |
| Replies: 9 Views: 1,246 is it possible using PHP code. because I want the user to download the data from the database as a text file. The concept is, user can enter some data in the database and whenever they wants, they... |
Forum: PHP Mar 31st, 2008 |
| Replies: 9 Views: 1,246 I would like to know whether all the data in the database/table can be available in a text file without the sql queries in it... |
Forum: HTML and CSS Mar 31st, 2008 |
| Replies: 4 Views: 2,690 lio04, thanks... what u suggested was I needed |
Forum: HTML and CSS Mar 31st, 2008 |
| Replies: 4 Views: 2,690 Thank you.. That s what I wanted |
Forum: PHP Mar 27th, 2008 |
| Replies: 9 Views: 1,246 I want to download the data as a text fille. |
Forum: PHP Mar 26th, 2008 |
| Replies: 9 Views: 1,246 how to download table data from mysql table using php other than files |
Forum: HTML and CSS Mar 19th, 2008 |
| Replies: 4 Views: 2,690 can somebody help me whether the shortcut icon can be called using a CSS file. other than the following code given below:
<link rel="shortcut icon" href="favicon1.ico"> |
Forum: PHP Feb 28th, 2008 |
| Replies: 6 Views: 596 could u pls help me out to create one databse inside another databse using PHP , MySQL. is it possible?? |
Forum: PHP Nov 7th, 2007 |
| Replies: 10 Views: 12,598 can u pls tel me how to display image from mysql as thumbnail |
Forum: JSP Nov 7th, 2007 |
| Replies: 7 Views: 5,670 the link you provided was helpful. thanks a lot.
sorry for the delay in reply..
One more help needed....
can u tel me how make a jsp page printer friendly |
Forum: JSP Oct 26th, 2007 |
| Replies: 7 Views: 5,670 can somebody prove me the coding to update the database (mysql) with JSP |
Forum: JSP Oct 4th, 2007 |
| Replies: 3 Views: 25,339 <%
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
String... |
Forum: JSP Oct 4th, 2007 |
| Replies: 1 Views: 4,288 suggest me a way on how to upload file using JSP to mysql database |