Jump to content
php.lv forumi

Ievietot informāciju citā lapā.


loyd

Recommended Posts

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.

Link to comment
Share on other sites

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 />'; }?>');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...