chrisp Posted February 18, 2007 Report Share Posted February 18, 2007 esmu ticis liidz scenaarij 4-2 un vairs netieku galaa <html> <head><title> Funkcijas isset() pārbaude</title></head> <body> <? if (isset($submit)){ if(empty($vards)){ print ("Tu neesi ierakstījis savu vārdu!\n"); } else{ print ("$vards, Tu nospiedi formas apstiprināšanas pogu.\n"); } } else{ print ("<form action=\"isset_func.php\" method=\"post\">\n"); print ("Ievadi savu vārdu:<br><input type=\"text\" name=\"vards\"><br>\n"); print ("<input type=\/"submit\" name=\"submit\" value=\"apstiprināt\">\n"); print ("</form>"); } ?> </body> </Html> Un man paradaas eroors: http://img213.imageshack.us/my.php?image=untitledei7.jpg Link to comment Share on other sites More sharing options...
andrisp Posted February 18, 2007 Report Share Posted February 18, 2007 1) paste.php.lv vai code tags, 2) nomaini <? pret <?php Link to comment Share on other sites More sharing options...
hackerman Posted February 18, 2007 Report Share Posted February 18, 2007 Piem value=\"apstiprināt\">\n"); nah tur tās slīpvītras? o.0 Link to comment Share on other sites More sharing options...
martins256 Posted February 18, 2007 Report Share Posted February 18, 2007 (edited) <html> <head><title> Funkcijas isset() pārbaude</title></head> <body> <?php if (isset($_POST['submit'])){ if(empty($_POST['vards'])){ print ("Tu neesi ierakstījis savu vārdu!\n"); } else{ print ("{$_POST['vards']}, Tu nospiedi formas apstiprināšanas pogu.\n"); } } else{ print ('<form action="isset_func.php" method="post">'); print ('Ievadi savu vārdu:<br /><input type="text" name="vards"><br />'); print ('<input type="submit" name="submit" value="apstiprināt">'); print ("</form>"); } ?> </body> </Html> tās pamācības ir vecas un no tā daudz kas neiet... es vispār taisu pamācības vienā forumā, p�“d�“jā ir bik par post, varbūt noder: links Edited February 18, 2007 by martins256 Link to comment Share on other sites More sharing options...
andrisp Posted February 18, 2007 Report Share Posted February 18, 2007 (edited) hackerman, eskeipošanai. martins256, kurā forumā ? Edited February 18, 2007 by andrisp Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 18, 2007 Report Share Posted February 18, 2007 hackerman --> un kaa tev skjiet kam vinjas tur vajadziigas? (Vinjaam tur jaabut...) Link to comment Share on other sites More sharing options...
martins256 Posted February 18, 2007 Report Share Posted February 18, 2007 gffun.com/f Link to comment Share on other sites More sharing options...
hmnc Posted February 18, 2007 Report Share Posted February 18, 2007 H*&^%$# :) Link to comment Share on other sites More sharing options...
Recommended Posts