loyd Posted May 14, 2009 Report Share Posted May 14, 2009 Mēģināšu izskaidrot ko tieši vēlos. Lietotājs savā lapā ievieto nelielu kodu, kura galvenais uzdevums ir parādīt jaunākos jaunumus. Tos jaunumus viņam ir jāņem no manas lapas. Galvenais jautājums būtu - kādu tieši kodu piedāvāt lietotājam. Vai tas būtu iframe, bet jāņem vērā, ka loga izmēri katru reizi ir citādāki. Tātad tas laikam neder. Otrs variants būtu ar javascript. Bet īsti nezinu kā lai izveido js kodu, kurš rādītu piemēram user.php?id=1 lapas saturu. Paldies. Quote Link to comment Share on other sites More sharing options...
kechums Posted May 14, 2009 Report Share Posted May 14, 2009 Ja pareizi sapratu, tad risinājums varētu būt rss. Quote Link to comment Share on other sites More sharing options...
codez Posted May 14, 2009 Report Share Posted May 14, 2009 Lapā, kur gribi ievietot liec: <script type="text/javascript" src="celsh_uz_tavu_failu.js.php"></script> bet celsh_uz_tavu_failu.js.php liec: <?php header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-cache"); header("Pragma: no-cache"); ?> d=document; d.write('<?php for($i=1;$i<11;$i++){ echo $i.' rinda <br />'; }?>'); 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.