Results 1 to 3 of 3

Thread: , ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: Apr:2007
    Location: Bulgaria
    Posts: 301

    , ?

    PHP Code:
    if (isset($_POST['reg'])) {
     
    $errors = array();
     if (
    get_magic_quotes_gpc()) foreach ($_POST as &$_postvalue$_postvalue stripslashes($_postvalue);
     
    $name $_POST['username'];
     
    $name_esc mysql_real_escape_string($name);
     
    $pass1 $_POST['pass1'];
     
    $pass2 $_POST['pass2'];
     
    $email $_POST['email']; 
     
    $email_esc mysql_real_escape_string($email); 
    Code:
    <form method="post" action="">
     <table cellpadding="0" border="0" width="380px">
    	<tr>
    		<td valign="top" class="form">
    			<label for="username" style="font-size:17px">:</label>
    		</td>
    		<td valign="top">
    			<input type="text" name="username" maxlength="13" size="24" value="<?php echo $_POST['username']; ?>" />  
    		</td>
    : value="<?php echo $_POST['username']; ?>" , .

  2. #2
    Registered User zombie13's Avatar
    Join Date: Oct:2012
    Location: Bulgaria - Ruse
    Posts: 63
    if(isset($_POST['username'])) echo $_POST['username'];

    PHP

  3. #3

    Join Date: Apr:2006
    Location:
    Posts: 8,666
    Quote Originally Posted by zombie13 View Post
    PHP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |