たこ坪

私はタコになりたい

「 php 」 一覧

no image

phpMyAdminでLatin1の文字化けをUTF8に直す

2018/10/18   -php, サーバー, メモ書き

共用のレンタルサーバーでMySQLのphpMyAdminでdumpしたデータが文字化けでデータ移行できない。 Mysqlの文字コードがLatin1で文字化けでなに書いてあるのかわからない 仕方ないから …

GeoIP2 IPアドレスから都道府県情報取得

2017/12/21   -php, web

GEOIP無料版 まずは http://dev.maxmind.com/ja/geolite2/ から GeoLite2 City GeoLite2 Country % gunzip GeoLite2 …

no image

phpでランダムな文字列をつくる

2017/06/08   -php
 

パスワードどとかに使うランダム文字列 phpでランダムな文字列をつくるには str_shuffleを使う <?php function random($length = 24) { return …

no image

sakuraサーバーで.htaccessで静的ページにする

sakuraサーバーで phpを静的ページにする 検索エンジン対策にSEO的には必須だろう .htaccessにて RewriteEngine on RewriteBase / RewriteRule …

no image

エラー表示 .htaccess とphp 

.htaccessの場合 エラー出力しない php_flag display_errors “off” エラー出力する php_flag display_errors “on” .htaccessの場 …