vvsh Posted June 5, 2008 Report Share Posted June 5, 2008 Как сделать страницы:index.php?id=1index.php?id=2index.php?id=3index.php?id=4index.php?id=5index.php?id=6index.php?id=7и т.д.? Link to comment Share on other sites More sharing options...
0 Emm Posted June 5, 2008 Report Share Posted June 5, 2008 примитив:index,php<?phpif($_GET['id'] == 1){echo "код первой страницы..... <a href="index.php?id=2">2</a>";}elseif($_GET['id'] == 2){echo "код второй страницы.... <a href="index.php?id=1">1</a>";} else {echo " <a href="index.php?id=1">1</a> | <a href="index.php?id=2">2</a>";}?>а вообще-то данные должны выводиться с базы... Link to comment Share on other sites More sharing options...
0 homm Posted June 5, 2008 Report Share Posted June 5, 2008 Как сделать страницы:index.php?id=1index.php?id=2index.php?id=3index.php?id=4index.php?id=5index.php?id=6index.php?id=7и т.д.?А что у тебя значит id? Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 Спасибо, а как еще сделать так:?id=game Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 вот как например тут:http://splinterfan.ru/?id=game? Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 id - номер страницы! Link to comment Share on other sites More sharing options...
0 Dimitry Wolotko Posted June 5, 2008 Report Share Posted June 5, 2008 id - номер страницы!а я всегда думал, что индификатор. Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 Да, индификатор, ноid=1 - первая страница....id=2 - вторая страница....и т.д. Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 а как туда из базы данных, данные вставлять? Link to comment Share on other sites More sharing options...
0 homm Posted June 5, 2008 Report Share Posted June 5, 2008 Вс? равно твой самый простой вопрос будет вызывать еще 10 посложнее. Тебе нужно хотябы что-то почтитать по проектированию, или дождаться, когда это само придет. С нулевыми знаниями это примерно как увидеть рабочую машину и спросить, как можно сделать такую-же форму. Форму-то ты сделаешь, а ездить она у тебя не будет Link to comment Share on other sites More sharing options...
0 Dimitry Wolotko Posted June 5, 2008 Report Share Posted June 5, 2008 Право - в рунете полно подобной литературы разного качества. Link to comment Share on other sites More sharing options...
0 vvsh Posted June 5, 2008 Author Report Share Posted June 5, 2008 Спасибо Link to comment Share on other sites More sharing options...
0 SibBear Posted June 5, 2008 Report Share Posted June 5, 2008 Начать изучать PHP.Самое эффективное, начинать с echo "Работает!":-) Link to comment Share on other sites More sharing options...
Question
vvsh
Как сделать страницы:
index.php?id=1
index.php?id=2
index.php?id=3
index.php?id=4
index.php?id=5
index.php?id=6
index.php?id=7
и т.д.?
Link to comment
Share on other sites
12 answers to this question
Recommended Posts