Posts

.codebox { background: #333366; background-repeat:no-repeat; border: solid #5C7B90; border-width: 1px 1px 1px 20px; color: #000000; font: 13px 'Courier New', Courier, monospace; line-height: 16px; margin: 10px 0 10px 10px; max-height: 200px; min-height: 16px; overflow: auto; padding: 28px 10px 10px; width: 90%; } .codebox:hover { background: #99FFFF; background-repeat:no-repeat; }

pop

first_name

fsdfsd

<!DOCTYPE html> <html> <body> <h1> This is my first calculator> <form  method="post"> 1st<input type="number" name="x"><br> 2nd<input type="number" name="y"><br>   <button type="submit" name="submit1" value="submit">addition</button>   <button type="submit" name="submit2" value="submit">minus</button>      <button type="submit" name="submit3" value="submit">multiply</button>             <button type="submit" name="submit4" value="submit">devide</button>             </form> </body> </html> <?php if (isset($_POST['submit1'])) { $x = $_POST['x'];  $y = $_POST['y']; echo $x + $y;               } if (isset($_POST['submit2'])) { $x = $_POST['x'];  $y = $_POST[

mmmmmmmmmmm

<?php $con=mysqli_connect( "localhost","root","","malala"); if(!empty($_POST['submit'])) { $first_name=$_POST['first_name']; $msg=$_POST['msg']; $query ="insert into chat2(first_name,msg) values ('$first_name','$msg')"; if(mysqli_query($con,$query)){ } require("fpdf.php"); $pdf=new FPDF(); $pdf->AddPage(); $pdf->SetFont("Arial","B",18); $pdf->Cell(0,10,"--------------------welcome--{$first_name}",1,1); $pdf->Cell(50,10,"name :",1,0); $pdf->Cell(50,10,$first_name,1,1); $pdf->Cell(50,10,"msg :",1,0); $pdf->Cell(50,10,$msg,1,1); $pdf->output(); } ?>

jjjjjjjjjjjjjjj

<center> <html> <head> </head> <body> <center> <br> <br> <br> <br> <div id="chat_box"> <div id="chat"></div> </div> <form method="post" action="form.php" enctype="multipart/form-data"> first_name <input type="text" name="first_name"> <input type="text" name="msg"> <br> <input type="submit" name="submit" value="publish now"> </form> </center> </body> </html> </center>
http://sonuwap.ga/keyword.php <?php // PHP code goes here ?>

LoveGuru

Hello friends plz visit my blog www.webinhindi.in for more information