Skip to content

Instantly share code, notes, and snippets.

View tuskofthunder's full-sized avatar

tuskofthunder

View GitHub Profile
//DB情報セット
$url = "vvv";
$user = "wwww";
$pass = "xxxxx";
$db = "yyyyyy";
//接続する
$link = mysql_connect($url,$user,$pass) or die("MySQLへの接続に失敗しました。");
//データベースを選択する
$val = "111";
$val = sprintf("%05d", $val);
print $val // "00111"
@tuskofthunder
tuskofthunder / test
Last active August 29, 2015 14:04
kigoudisp
<?php
echo "すごいですね。GitHub";
?>