index5.php
<?php // 値の設定 $text = array("うれしい", "かなしい", "さみしい"); $value = array("70", "20", "10"); ?> <html> <head> <title>title</title> </head> <body> <iframe frameborder=0 src="http://graph.heartrails.com/api/?width=400&height=300&text0= <?php echo $text[0]; ?> &value0= <?php echo $value[0]; ?> &text1= <?php echo $text[1]; ?> &value1= <?php echo $value[1]; ?> &text2= <?php echo $text[2]; ?> &value2= <?php echo $value[2]; ?> "></iframe> </body> </html>
0 件のコメント:
コメントを投稿