PHPに投稿されたコード一覧
src="([^"]*) ([^"]*)" を src="$1$2"
//月齢(年齢は無視して何ヶ月か)を求める $m = date('m') - $birth_month_1; echo '<br>'; if ( $birth_day_1 > date('j') ) { $m--;
<form action="./" method="post" enctype="multipart/form-data"> <table> <tr> <th>タイトル</th> <td><input type="text" name="post_title" /></td>
function parseTextForGroonga ($keyword) { $inputKeyword = $keyword; $inputKeyword = mb_ereg_replace(' ',' ',$inputKeyword); $inputKeyword = str_getcsv($inputKeyword, ' ', '"');
function regist_redirect($user_id){ wp_redirect('/complete/'); }; add_action('user_register', 'regist_redirect', 1 );
//330行目あたり //------------------------------------- $user = get_userdata($user_id); $user_level = (int) $user->user_level;
<?php $dummyCookie = array(); $redirect_count = 0;
<?php $cat_all = get_terms( "category", "fields=all&get=all" ); foreach($cat_all as $value): ?> <p><a href="<?php echo get_category_link($value->term_id); ?>"><?php echo $value->name;?></a></p>