Jump to content

rana

Members
  • Posts

    2
  • Joined

  • Last visited

rana's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello everybody!

  2. rana

    help....

    Hello There are so many table but not close all table. Use this code I think you will get your solve!<html><head><title></title><link rel="stylesheet" type="text/css" href="style.css"></head><body bgcolor="#D0E0E0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="780" background="images/background.jpg" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td valign="top" colspan="5"><img src="images/1.jpg" width="780" height="28" alt=""></td></tr><tr><td rowspan="2" valign="top"><img src="images/2.jpg" width="86" height="137" alt=""></td><td rowspan="2" valign="top" style="background-image: url('images/3.jpg'); background-repeat: no-repeat; width: 350px; padding-top: 0px; padding-left: 0px;"><!-----start of updates/welcome here-----><!-----end of updates/welcome here-----><tr><td rowspan="2" valign="top"><img src="images/4.jpg" width="344" height="137" alt=""></td></tr><tr><td colspan="5" valign="top"><img src="images/5.jpg" width="780" height="49" alt=""></td></tr><tr><td valign="top" colspan="5"><img src="images/6.jpg" width="780" height="49" alt=""></td></tr><tr><td valign="top" colspan="5"><img src="images/7.jpg" width="780" height="49" alt=""></td></tr><tr><td valign="top" colspan="5"><img src="images/8.jpg" width="780" height="49" alt=""></td></tr><tr><td valign="top"><img src="images/9.jpg" width="61" height="36" alt=""></td><td valign="top" style="background-image: url('images/navi.jpg'); background-repeat: no-repeat; width: 166px; padding-top: 0px; padding-left: 0px;"><!-----start of navigation-----><table width="100%" align="left"><tr><td class="h1" align="left">Contests Joined</td></tr><tr><td class="o1" align="center">HI</td></tr></table><!-----end of navigation-----><td valign="top"><img src="images/10.jpg" width="17" height="36" alt=""></td><td valign="top" style="background-image: url('images/content.jpg'); background-repeat: no-repeat; width: 470px; padding-top: 0px; padding-left: 0px;"><!-----start of content-----><table width="100%" align="left"><tr><td class="h1" align="left">Contests Joined</td></tr><tr><td class="o1" align="center">HI</td></tr></table><!-----end of content-----></tr><tr><td valign="top"><img src="images/11.jpg" width="66" height="36" alt=""></td></tr><tr><td valign="top" colspan="5"><img src="images/12.jpg" width="780" height="80" border="0" alt=""></td></tr></table></body></html>
  3. rana

    PHP form

    Use this code and I think u can solve your problem<form action="admin.php"method="post">Delete user: <input type="text"value="Deleted user name:"name="del" /><br /><input type="submit"value="Delete user"onclick="delu()"></form></div><?php$con = mysql_connect("db01","*****","*****");if (!$con) { die('Could not connect: ' . mysql_error()); }mysql_select_db("17919", $con);function delu(){$dels = $_POST['del'];$del = mysql_query("DELETE FROM Members WHERE user = '$dels'");header ("location: example.php"); // Here example.php is the page where you redirect your page exit();if ($del){echo " $dels is succesfully deleted ";}else{echo "There whas an error";}}?>
  4. Hello Saidur Rahman!

×
×
  • Create New...