FT3 Posted April 5, 2012 Report Share Posted April 5, 2012 Sveiki , ir viens jautajums . mans kods izskatas šadi . <?php header("Content-Type:image/PNG"); $image="style/normal.png"; $coin=imagecreatefrompng ($image); $total_color=imagecolorallocate($coin, 250, 250, 250); ImageString($coin, 3, 4, 39, $total, $total_color); ImagePNG ($coin); ImageDestroy ($coin); echo '<iframe src="http://adrese.lv/"></iframe>'; ?> vai viņš ielade iframe, vai tikai uzrada attelu ? Quote Link to comment Share on other sites More sharing options...
briedis Posted April 5, 2012 Report Share Posted April 5, 2012 Sākumā tu pasaki pārlūkam, ka šī pieprasījuma atbilde būs PNG bilde, tad tu viņam padod visa attēla datus un beigās šiem datiem piekabini kaut kāda iframe kodu... Tas ir tā, it kā tu atvērtu pašu PNG failu ar notepadu, pašā apakšā zem visiem ķeburiem iekopētu <iframe> kodu un saglabātu šo failu, tad mēģinātu atvērt ar attēlu programmu. 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.