|
|
有会php的吗 我dezend一段代码
报错了 第75行
特来万能的hostloc求救
QQ图片20190328111019.png
(59.65 KB, 下载次数: 1)
- $newstemptext = getbookbq( $classid, $newstemp_r, $add, $index, $docheckrep );
- $expage = "[!--empirenews.page--]";
- $pf = $emod_r[$mid]['pagef'];
- $newstempstr = $newstemptext;
- if ( $pf && strstr( $add[$pf], $expage ) )
- {
- $n_r = explode( $expage, $add[$pf] );
- $thispagenum = count( $n_r );
- $thefun = $public_r['textpagefun'] ? $public_r['textpagefun'] : "sys_ShowTextPage";
- if ( strstr( $newstemptext, "[!--title.select--]" ) )
- {
- $dotitleselect = sys_showtextpageselect( $thispagenum, $dolink, $add, $filetype, $n_r );
- }
- $j = 1;
- for ( ; do
- {
- $j <= $thispagenum; ++$j, )
- {
- $string = $newstempstr;
- $truepage = "";
- $titleselect = "";
复制代码
就是 for ( ; do这一行报错 |
|