表示例
LINK
index5.php
<?php // 値の設定 $text0 = 'うれしい'; $value0 = '70'; $text1 = 'かなしい'; $value1 = '20'; $text2 = 'さみしい'; $value2 = '10'; ?> <html> <head> <title>title</title> </head> <body> <iframe frameborder=0 src="http://graph.heartrails.com/api/?width=400&height=300&text0= <?php echo $text0; ?> &value0= <?php echo $value0; ?> &text1= <?php echo $text1; ?> &value1= <?php echo $value1; ?> &text2= <?php echo $text2; ?> &value2= <?php echo $value2; ?> "></iframe> </body> </html>→作成したファイルを,必ずサーバに残しておくこと.
0 件のコメント:
コメントを投稿