B.P ( 26 Sep. 2012 ) Get link Facebook X Pinterest Email Other Apps September 26, 2012 Process to get loan was draw by student in form of flow chart Document was provided by sir to study for exams and for modeling practice Click here for document Get link Facebook X Pinterest Email Other Apps Comments
Html code for yahoo registration page September 30, 2012 <html> <body style="background-color:grey;"> <div id="container" width="500"> <div id="header" style="background-color:#A0522D;"> <h1 style="margin-bottom:0;font-size:36pt;margin-left:150px;"><span style="color:4B0082;"><i>Y<sup>A</sup>H<sub>O</sub>O<span style="color:yellow">!</span></span></i></h2><form align=right><h1>Yahoo! ID:<input type="textfield"/>Password:<input type="Password"/> <input type="button" value="Log in"/></form> </div> <div id="menu" style="background-color:whitw;width:100px;height:900px;float:left;"> </div> <div id="content" style="background-color:#DCDCDC;float:left;width:700px;height:1100px;"><h3>With a Yahoo! Account, get free email... Read more
Database connect with php April 18, 2013 <?php error_reporting(0); include("db.php"); if($_REQUEST['id'] != ""){ $id = $_REQUEST['id'] ; $del = "delete from one where id = $id"; $dd = mysql_query($del); } $q = "select * from one;"; $res = mysql_query($q); ?> <html> <head> <title>3rd page</title> </head> <body> <table border="2" cellpadding="2" cellspacing="2"> <tr> <td>ID</td> <td>Name</td> <td>Email</td> <td>Password</td> <td>Delete</td> <td>Edit</td> </tr> <?php while($row = mysql_fetch_array($res)){ ?> <tr> <td><?php echo $row['id']; ?></td> <td><?php echo $row['name']; ?></td> <td><?php echo $row['email']; ?></td> <td><?php echo $row['password']; ?></td> <td><button onClick=... Read more
Html code for cv by Rehan September 30, 2012 <html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:red;"> <p>Muhammad Rehan Gull<br>Boostan colony, qainchee stop, main feerozpur road, Lahore<br>03337172102<br>rehan.gull@ymail.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:36pt;"><i><span style="color:orange;">Curriculum Vitae</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:36pt;"><i><span style="color:green;">Muhammad Rehan Gull</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:700px;float:left;"> </div> <div id="content" style="background-color:white;float:left;width:700px;height:1800px;"> <pre>... Read more
Comments
Post a Comment