Results 1 to 3 of 3
Thread: , ?
Hybrid View
-
13th December 2012 18:57 #1Registered 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);
: value="<?php echo $_POST['username']; ?>" , .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>
-
13th December 2012 19:37 #2
if(isset($_POST['username'])) echo $_POST['username'];
PHP
-
13th December 2012 21:14 #3




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in