Can any 1 please assist me.... I want this
Im HTML form this is what I cam up with but it dos not work why........
What am I doing wrong....
PHP Code:
print '<small><b>Shout:</b></small><br/>'.
'<input type="text" name="nick" value=""/><br/>'.
'<small><b><anchor>Ad<go href="adshout.php?id='.$id.'&pass='.$pass.'" method="post">'.
'<postfield name="action" value="edit"/>'.
'<postfield name="nick" value="$(nick)"/></go></anchor></b></small><br/>';
PHP Code:
echo "<form method=\"post\" action=\"adshout.php?id=".$id."&pass=".$pass."\">";
echo "Shout:<br/><input name=\"nick\"/><br/>";
echo "<input type=\"submit\" name=\"POST\" value=\"Shout\"/><br/>";
echo "</form>";
Comment