xmas12 Posted February 2, 2009 Report Share Posted February 2, 2009 Sveiki! Es taisu web un ir nepieciesams viens jautaajums. ES griub uztaisit taa lai rada cik lietotaji ir online . Nu tuvaak sakot lai rada Cilveka vardu kurs cilveks paslaik webam ir online. ka seit http://k-city.lv/ labajaa pusee lejaa kur Online lietotaaji . Es gribetu lai rada kadi lietotaji ir online. Seit kods kads ir kad rada cik lietotaji ir online ar $id .Sis kods ir ar kuru apzime ar$id un cik lietotaji ir online bet man vajag lai raada vardu kadi lietotaji ir online? Cerams paliidzeesiet. [<?php echo mysql_result(mysql_query("SELECT COUNT(*) FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> Link to comment Share on other sites More sharing options...
darksign Posted February 2, 2009 Report Share Posted February 2, 2009 lieto taa vietaa sho te: [<?php echo mysql_result(mysql_query("SELECT * FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> Link to comment Share on other sites More sharing options...
codez Posted February 2, 2009 Report Share Posted February 2, 2009 Parasti dara tā, ka atzīmē tabulā pēdējo brīdi, kad lietotājs ir veicis kādu aktivitāti. Un tad par online uzskata tos, piemēram, kuri pēdējo 5-15 minūšu laikā ir veikuši aktivitāti un nav izlogojušies. Izlogojoties, šo aktivitātes laiku var noresetot. Tavā variantā, ja lietotājs ielogojas un aiztaisa pārlūku, respektīvi, neizlogojas, lietotājs paliek ielogots mūžīgi. Link to comment Share on other sites More sharing options...
xmas12 Posted February 2, 2009 Author Report Share Posted February 2, 2009 Lūdzu nevajag taisīt bezjēdzīgas QUOTEs Pareizi! Man tiesi ta ir kad muuziki paliek a ka var uzlikt lai izlogojas pec noteikta laika ? Link to comment Share on other sites More sharing options...
xmas12 Posted February 2, 2009 Author Report Share Posted February 2, 2009 lieto taa vietaa sho te: [<?php echo mysql_result(mysql_query("SELECT * FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> Tavs variants nejiet :( rada MYSQL eroru :( Link to comment Share on other sites More sharing options...
Val Posted February 2, 2009 Report Share Posted February 2, 2009 Tad tomēr "cik" vai "kādi" vajadzīgi? Link to comment Share on other sites More sharing options...
xmas12 Posted February 2, 2009 Author Report Share Posted February 2, 2009 Lūdzu nevajag taisīt bezjēdzīgas QUOTEs kaadi vajadzigs man ir kods kas raada kaadi lietotaaji ir online! Link to comment Share on other sites More sharing options...
Val Posted February 2, 2009 Report Share Posted February 2, 2009 pagaidām tāds "apžēlot nedrīkst nošaut" vien sanāk... Link to comment Share on other sites More sharing options...
goma smile Posted February 13, 2009 Report Share Posted February 13, 2009 Primitīva matemātikas apreiķināšana :D Paldies ka pareklamēji manis veidoto mājaslapu Link to comment Share on other sites More sharing options...
SliDerS Posted February 25, 2010 Report Share Posted February 25, 2010 lieto taa vietaa sho te: [<?php echo mysql_result(mysql_query("SELECT * FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> A kur šis kods ir jaraksta index.php ??? Link to comment Share on other sites More sharing options...
briedis Posted February 25, 2010 Report Share Posted February 25, 2010 A kur šis kods ir jaraksta index.php ??? Tur kur gribi, lai parādās lietotāju skaits. Link to comment Share on other sites More sharing options...
SliDerS Posted February 25, 2010 Report Share Posted February 25, 2010 Tur kur gribi, lai parādās lietotāju skaits. nu piemeram sakum lapā..tad ir jabūt šādi ??? <?php include("kods.html"); ?> [<?php echo mysql_result(mysql_query("SELECT * FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> Link to comment Share on other sites More sharing options...
briedis Posted February 25, 2010 Report Share Posted February 25, 2010 nu piemeram sakum lapā..tad ir jabūt šādi ??? <?php include("kods.html"); ?> [<?php echo mysql_result(mysql_query("SELECT * FROM lietotaaji WHERE online='Y' AND id!=$id"),0,'COUNT(*)'); ?>]</a></li> Jā, tikai aizvāc to </a></li> beigās :) Izskatās, ka tev īsti nav saprašanas par html. Varbūt der pamācīties pamatus? Link to comment Share on other sites More sharing options...
SliDerS Posted February 25, 2010 Report Share Posted February 25, 2010 Jā, tikai aizvāc to </a></li> beigās :) Izskatās, ka tev īsti nav saprašanas par html. Varbūt der pamācīties pamatus? Derētu jau..tapēc arī šeit tagad uzturēšos laij ko iemācitos.. Link to comment Share on other sites More sharing options...
briedis Posted February 25, 2010 Report Share Posted February 25, 2010 Derētu jau..tapēc arī šeit tagad uzturēšos laij ko iemācitos.. Nu šeit tu neiemācīsies html pamatus. http://www.tizag.com/htmlT/ Link to comment Share on other sites More sharing options...
Recommended Posts