Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フィールド「totalMinutes」の整数値を、MySQL DB の対応するフィールド「tM」に保存する必要があります。文字列「totalMinutes」から整数値を抽出する方法は?
PHP:
totalMinutes = "0015"; // or totalMinutes = "0210", etc.
DB:
`tM` varchar(10) DEFAULT NULL