純国産オープンソースCMS フリー(無料)軽量高速CMS Onethird CMS
https://onethird.net/
— posted by midilin @ 11:55PM
| Comment (0)
ID:1486392908
— posted by midilin @ 11:55PM
| Comment (0)
ID:1477630869
— posted by midilin @ 02:01PM
| Comment (0)
ID:1459396713
— posted by midilin @ 12:58PM
| Comment (0)
ID:1459152034
$url = 'http://www.yahoo.co.jp'; $http_header = get_headers($url); //var_dump($http_header); for($i=0;$i<count($http_header);$i++){ //echo $http_header[$i].'<br>'; //echo strpos($http_header[$i], 'Location').'<br>'; if(strpos($http_header[$i], 'Location')!==false){ $url = str_replace('Location:','',$http_header[$i]); echo $url.'<br>'; } }
— posted by midilin @ 05:00PM
| Comment (0)
ID:1363153073
— posted by midilin @ 02:37PM
| Comment (0)
ID:1363072299
$id = isset($_GET['id']) ? htmlspecialchars($_GET['id']) : null;http://www.serendip.ws/archives/3217
— posted by midilin @ 04:11PM
| Comment (0)
ID:1320993280
— posted by midilin @ 03:34PM
| Comment (0)
ID:1319606577
— posted by midilin @ 02:22PM
| Comment (0)
ID:1315220200
— posted by midilin @ 07:56PM
| Comment (0)
ID:1308199019
function PMA_DBI_postConnect($link, $is_controluser = false) { require_once('./libraries/charset_conversion.lib.php'); }
最近のコメント