No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
i m smart
- Interests
- coding
- PC Specs
- software
5 Posted Topics
<html> <title> </title> <body bgcolor="99ccff"> <TABLE BORDER="1" cellpadding="0" CELLSPACING="0" align="center"> <TR> <TD WIDTH="900" HEIGHT="87" BACKGROUND="title.jpg" VALIGN="middle"> <FONT SIZE="+1" COLOR="orange" align=""> <b>Online Examination Results System</b></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" cellpadding="0" CELLSPACING="0" align="center"> <TR> <TD WIDTH="180" HEIGHT="40" BACKGROUND="but1.jpg" VALIGN="bottom"> <FONT SIZE="+1" COLOR="yellow"><a href="ind.html" style="color: rgb(255,255,0)">Home</a></FONT></TD> <TD WIDTH="180" HEIGHT="40" BACKGROUND="but2.jpg" VALIGN="bottom"> <FONT SIZE="+1" COLOR="yellow"><a … ![]() | |
i want 2 convert database table into pdf file and display on the web page using php code how do i do it can u give me any suggestion???? | |
<?php mysql_connect('localhost','root','root'); mysql_select_db('project'); $dbname="project" require('fpdf.php'); //Connect to your database mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); //Create new pdf file $pdf=new FPDF(); //Open file $pdf->Open(); //Disable automatic page break //Add first page $pdf->AddPage(); //set initial y axis position per page $y_axis_initial = 25; $pdf->SetX(25); $pdf->Cell(30, 6, 'id', 1, … | |
hi i have a form which has 5 textboxes i want to add the values of all this 5 text boxes and place the result in total text box automatically how do i do this pls giv me some code | |
hiii i hv tried updating a database table frm the form bt it is not getting updated can u suggest me some php code for updating the database values i hv used the following code <?php $host="localhost"; // Host name $username="root"; // Mysql username $password="root"; // Mysql password $db_name="project"; // … |
The End.