mach1ne^ Posted April 27, 2009 Report Share Posted April 27, 2009 <form method="post" action="http://lapa.lv"> // input lauki ieskaitot submit </form> Nospiežot submit būs automātisks action uz noteikto lapu, bet vai ir iespēja aizsūtīt formas laukus un paliekot tajā pašā lapā? Quote Link to comment Share on other sites More sharing options...
bubu Posted April 27, 2009 Report Share Posted April 27, 2009 Jā, var ar Javascript palīdzību lietojot AJAX. Quote Link to comment Share on other sites More sharing options...
Morphius Posted April 27, 2009 Report Share Posted April 27, 2009 <form method="post" action="http://lapa.lv"> // input lauki ieskaitot submit </form> Nospiežot submit būs automātisks action uz noteikto lapu, bet vai ir iespēja aizsūtīt formas laukus un paliekot tajā pašā lapā? Vienkarshi: Lapas augshpusee ieliec kodu if (!isset($_POST["tava_input_lauka_name"])) { //Ja neeksistee post, tad izvadam vienkarshi formu echo "<form method='post' action='http://lapa.lv'> </form>"; } else { //ja tomeer eksistee, tad apstraadaajam datus taalaak $tava_input_lauka_name=$_POST["tava_input_lauka_name"]; } Quote Link to comment Share on other sites More sharing options...
mach1ne^ Posted April 27, 2009 Author Report Share Posted April 27, 2009 (edited) bubu, varētu palūgt kādu piemēru? Morphius, man nevajag uz manu lapu aizsūtīt, bet gan uz citu lapu, kurā pie php failiem klāt netieku. :) EDIT: Paldies, nevajag, tomēr atradu pats piemērus. Edited April 27, 2009 by mach1ne^ 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.