Created
December 11, 2016 07:41
-
-
Save kureikei/62f431ff023f88a267b1e10c516735a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>プロ生ちゃんTシャツジェネレーター</h1> | |
<form action="./" method="POST" enctype="multipart/form-data"> | |
<input type="file" name="file"> | |
<input type="submit" value="画像ファイルをアップロードする"> | |
</form> | |
<?php | |
if ($result) { | |
echo '<img src="' . $result .'" />'; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment