Archa Posted November 17, 2009 Report Share Posted November 17, 2009 Vajag scriptu kas raditu pirmaja lapa nr no 1-30, otra 31-60 Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted November 17, 2009 Report Share Posted November 17, 2009 (edited) Page1.php for($i = 0; $i <= 30; $i++) { echo $i . ' '; } Page2.php for($i = 31; $i <= 60; $i++) { echo $i . ' '; } P.S. man vajag skriptu kas izvada nosaukumu Edited November 17, 2009 by rATRIJS Quote Link to comment Share on other sites More sharing options...
briedis Posted November 17, 2009 Report Share Posted November 17, 2009 (edited) rATRIJS - fail. page1.php echo "1-30"; page2.php echo "31-60"; Edited November 17, 2009 by briedis Quote Link to comment Share on other sites More sharing options...
Archa Posted November 17, 2009 Author Report Share Posted November 17, 2009 for($i = 0; $i <= 30; $i++) { echo $i . '1-30 '; } shita? Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted November 17, 2009 Report Share Posted November 17, 2009 :D Šita - http://php.net/manual/en/tutorial.php Quote Link to comment Share on other sites More sharing options...
briedis Posted November 17, 2009 Report Share Posted November 17, 2009 for($i = 0; $i <= 30; $i++) { echo $i . '1-30 '; } shita? Nu bāc, mēs tak nesaprotam, ko tu gribi izdarīt un kāpēc? 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.