el formulario para crear la frase es la siguiente:
Código HTML:
<form method="POST" action="index.php"> <p> <input name="like" type="text" class="comments" maxlength="140" onKeyPress="return noAcepto(event)" form autocomplete="off" value="Escribe aqui tu frase..." onBlur="if (this.value == '') this.value = 'Escribe aqui tu frase...'" onFocus="if (this.value == 'Escribe aqui tu frase...') this.value = ''" > <script type='text/javascript' src='js/simbolos.js'></script> <a href="#" style="outline: none;" onClick="showhide('simbolos');"><img src="images/fb-simbols.png" alt="Simbolos para tus Frases" width="185" height="28" border="0"></a> </p> <div id="simbolos" style="display:none;" class="simbolos"><font color="#3b5999"> √ ® © ™ ♂ ♀ ♡ ❤ ⁂ あ ☆ ☺ ☻ ✿ ♫ ♪ ღ ♦ ♣ ♤ ☼ ☀ ॐ シ ε ї з 乀 ☃ ♨ ♡ ♥ ★ ♀ ♂ ♠ ♤ ♣ ♧ © ± ☺ ☻ ☼ ☎ ♨ ☞ ♩ ♪ ♫<br /></font></div> <button id="create_button" type="submit"></button> </form>
En teoria esto deberia crear la frase y redireccionar a new.php donde se escribe la frase escrita yo e intentado ir directamente a new.php pero tengo el siguente error
Código PHP:
while ($y=mysql_fetch_assoc($x)){