Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~653 People Reached
About Me

i m smart

Interests
coding
PC Specs
software
Favorite Forums
Favorite Tags
Member Avatar for shehnaz1991

<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="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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 …

Member Avatar for LastMitch
0
214
Member Avatar for shehnaz1991

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

Member Avatar for menukadevinda
0
58
Member Avatar for shehnaz1991

<?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, …

Member Avatar for ryantroop
0
177
Member Avatar for shehnaz1991

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

Member Avatar for Taywin
0
95
Member Avatar for shehnaz1991

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"; // …

Member Avatar for Squidge
0
109