Покажите пример... любой, хотя бы 1?
skAmZ добавил 27.12.2010 в 19:52
SpikePro, лично я занимаюсь саморазвитием)
HenzO, а что же такое бан?)
skAmZ добавил 27.12.2010 в 19:07
Подозреваю, что вы скажите, когда в индексе нет страниц.
Тогда сразу такой вопрос, что за зверь такой, когда в выдаче 1 страница и внутряк ДОБАВЛЯЕТСЯ?
Это теперь АГС называется?)))
Попробуй CURLOPT_WRITEFUNCTION с прерыванием при превышении...
Пример:
create table test1 ( id int(10) not null auto_increment, params varchar(500) default null, primary key (id) ) insert into test1 set params='{"color":"red", "height":"488", "length":"140"}'; insert into test1 set params='{"color":"red", "height":"377", "length":"289"}'; insert into test1 set params='{"color":"red", "height":"349", "length":"621"}'; insert into test1 set params='{"color":"red", "height":"625", "length":"977"}'; insert into test1 set params='{"color":"red", "height":"159", "length":"945"}'; insert into test1 set params='{"color":"red", "height":"920", "length":"537"}'; insert into test1 set params='{"color":"red", "height":"453", "length":"860"}'; insert into test1 set params='{"color":"red", "height":"671", "length":"292"}'; insert into test1 set params='{"color":"red", "height":"415", "length":"562"}'; insert into test1 set params='{"color":"red", "height":"639", "length":"215"}'; insert into test1 set params='{"color":"red", "height":"579", "length":"698"}'; insert into test1 set params='{"color":"red", "height":"232", "length":"727"}'; insert into test1 set params='{"color":"red", "height":"129", "length":"565"}'; insert into test1 set params='{"color":"red", "height":"210", "length":"899"}'; insert into test1 set params='{"color":"red", "height":"500", "length":"810"}'; insert into test1 set params='{"color":"red", "height":"884", "length":"253"}'; insert into test1 set params='{"color":"red", "height":"877", "length":"730"}'; insert into test1 set params='{"color":"red", "height":"309", "length":"563"}'; insert into test1 set params='{"color":"red", "height":"894", "length":"972"}'; insert into test1 set params='{"color":"red", "height":"599", "length":"448"}'; insert into test1 set params='{"color":"red", "height":"633", "length":"832"}'; insert into test1 set params='{"color":"red", "height":"711", "length":"782"}'; insert into test1 set params='{"color":"red", "height":"632", "length":"958"}'; insert into test1 set params='{"color":"red", "height":"955", "length":"186"}'; insert into test1 set params='{"color":"red", "height":"974", "length":"645"}'; insert into test1 set params='{"color":"red", "height":"290", "length":"432"}'; insert into test1 set params='{"color":"red", "height":"392", "length":"542"}'; insert into test1 set params='{"color":"red", "height":"826", "length":"141"}'; insert into test1 set params='{"color":"red", "height":"772", "length":"846"}'; insert into test1 set params='{"color":"red", "height":"621", "length":"187"}'; insert into test1 set params='{"color":"red", "height":"848", "length":"401"}'; insert into test1 set params='{"color":"red", "height":"886", "length":"991"}'; insert into test1 set params='{"color":"red", "height":"704", "length":"307"}'; insert into test1 set params='{"color":"red", "height":"579", "length":"724"}'; insert into test1 set params='{"color":"red", "height":"875", "length":"309"}'; insert into test1 set params='{"color":"red", "height":"912", "length":"708"}'; insert into test1 set params='{"color":"red", "height":"545", "length":"606"}'; insert into test1 set params='{"color":"red", "height":"841", "length":"915"}'; insert into test1 set params='{"color":"red", "height":"247", "length":"943"}'; insert into test1 set params='{"color":"red", "height":"676", "length":"868"}'; insert into test1 set params='{"color":"red", "height":"969", "length":"616"}'; insert into test1 set params='{"color":"red", "height":"278", "length":"537"}'; insert into test1 set params='{"color":"red", "height":"542", "length":"274"}'; insert into test1 set params='{"color":"red", "height":"857", "length":"345"}'; insert into test1 set params='{"color":"red", "height":"852", "length":"113"}'; insert into test1 set params='{"color":"red", "height":"469", "length":"264"}'; insert into test1 set params='{"color":"red", "height":"632", "length":"780"}'; insert into test1 set params='{"color":"red", "height":"326", "length":"716"}'; insert into test1 set params='{"color":"red", "height":"869", "length":"672"}'; insert into test1 set params='{"color":"red", "height":"286", "length":"772"}';
Ваш запрос:
select * from (select id, params, substring(substring(params, instr(params, '"height":"')+length('"height":"')), 1, instr(substring(params, instr(params, '"height":"')+length('"height":"')), '"')-1) as _height from test1) as t where _height between 400 and 600
<form method="POST" name="submit_form" action="form1.php"> <input name="form" value="form" /> .....(другие данные формы)..... <input type="submit" value="отобразить отчет" onclick="document.submit_form.action='form1.php';" /> <input type="submit" value="сохранить отчет" onclick="document.submit_form.action='form2.php';" /> </form>
Тут все просто… берем какой-нибудь крупный сайт, который сам заинтересован в такой кнопке и берем от туда… Первое что пришло в голову: mail.ru
<script language="JavaScript"> <!-- function print_next() { if(banners.length){ var num=Math.floor(Math.random() * banners.length); document.write (banners[num]); banners.splice(num,1); } } var banners = new Array( '1', '2', '3', 'n'); // --> </script> .................. <script language="JavaScript"> print_next(); //................ print_next(); //................... print_next(); //................... print_next(); </script>
MOBBI, напишите мне в личку адрес сайта, я посмотрю, в чем проблема.
Вы сохранили в UTF-8, а надо UTF-8 без BOM. Качайте notepadd++ берите исходный файл (до Ваших вмешательств), редактируйте в notepadd++.