Please help
Posted: Fri May 29, 2009 10:02 pm
Hi there
I have the following php code:
and instead to get an empty input box is showing me inside the following:
<?php echo stripslashes();?>
I have the following php code:
Code: Select all
echo "<tr><td valign='top' style='padding-top:4px;'><font class='listingtitle'>Lyrics:</font></td>
<td>
<form method='post' action='submit-lyric.html'><input type='hidden' name='submitme' value='yes'><td style='padding:0px;'><br>
<table cellpadding='5' cellspacing='0' border='0' align='left'>
<tr><td width='80'><b>Your Email:</b></td><td><input type='text' name='youremail' class='form' style='width:250px;' value='<?php echo stripslashes($youremail);?>'></td></tr>
<?php echo stripslashes();?>