$match_expression = '/<a href="look.php\?id=(.*)" title="Look page: (.*)">(.*)<\/A>/';
$radompgr = preg_match_all($match_expression,$q2,$match, PREG_SET_ORDER);
if($radompgr == TRUE){echo "found $radompgr<br>";}else{echo "not found $radompgr<br>";} //found
for ($i = 0; $i < count($match); $i++) {
$mathcas = $match[$i][1];
$radom = preg_match('/[0-9a-z]{39,41}/',$mathcas,$matches2);
if($radom == TRUE){
$match11 = $matches2[1];
echo "found".$i.": ".$match11."";}else{echo"".$i."not found :(<br>";}
} // "found0", but don`t show $match11 variable.
"found0" を表示しますが、$match11 は表示しません。$match 11 を表示するにはどうすればよいですか? 戻る:
Notice: Undefined offset: 1 in C:\xampp\htdocs\page.php 行 75 found0: Notice: Undefined offset: 1 in C:\xampp\htdocs\copy\page.php 行 75 found1: Notice: Undefined offset : C:\xampp\htdocs\copy\page.php の 1 で 75 行目に見つかりました 2:
私の英語が完璧でない場合は申し訳ありません。私はネイティブではありません。:) ご協力ありがとうございました。