kaksis20 Posted June 9, 2013 Report Share Posted June 9, 2013 (edited) kā lai uzstaisa textarea, kuru pēc tam vēlāk var izmantot mysql_query?$viens = mysql_query("SELECT lieta FROM users WHERE id = //input teksts textarea" ); $viensatbilde = mysql_fetch_array($viens); <form method="post" action="?"> <textarea name="idteksts"></textarea> </form> Edited June 9, 2013 by kaksis20 Quote Link to comment Share on other sites More sharing options...
vostro Posted June 9, 2013 Report Share Posted June 9, 2013 $var = $_POST["idteksts"]; Un dari tālāk ko gribi ar saņemto textarea. Quote Link to comment Share on other sites More sharing options...
daGrevis Posted June 10, 2013 Report Share Posted June 10, 2013 «saņemtā textarea» (dull) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.