Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached

9 Posted Topics

Member Avatar for nikhita
Member Avatar for peter_budo
0
3K
Member Avatar for van2006
Member Avatar for nikhita

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 option to download the PDF with all the contents of the table. …

Member Avatar for peter_budo
0
2K
Member Avatar for nikhita

could u pls help me out to create one databse inside another databse using PHP , MySQL. is it possible??

Member Avatar for ShawnCplus
0
107
Member Avatar for nikhita

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. it is very much urgent for me. plz help

Member Avatar for digital-ether
0
109
Member Avatar for nikhita
Member Avatar for trochia
0
507
Member Avatar for nikhita

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">

Member Avatar for nikhita
0
111
Member Avatar for soda0091

<% Class.forName("org.gjt.mm.mysql.Driver").newInstance(); String url="jdbc:mysql://localhost/database_name?user=user_name&password=type_password&useUnicode=true&characterEncoding=8859_1"; Connection conn= DriverManager.getConnection(url); Statement stmt=conn.createStatement(); . . . . %> like that it goes......... Hop it will help u.......

Member Avatar for masijade
0
620
Member Avatar for nikhita

The End.