gpt4 book ai didi

php - 这个 php 代码是个坏主意吗?

转载 作者:行者123 更新时间:2023-11-30 13:24:22 26 4
gpt4 key购买 nike

<分区>

我在 php 文件中编写了以下 while 循环。该文件完全符合我的要求。但是,我的代码编辑程序 (Netbeans IDE 7.0.1) 一直显示以下错误:“参数列表后缺少 )”。该错误附加到 javascript 标记内的行。我创建 var Topcaption 的方式有问题吗?该代码似乎在 IE、FF 和 Chrome 中运行良好。感谢您提供任何建议!

    if ($totalRows_Top_Slides != 0) {
mysql_data_seek($Top_Slides,0);
$i = 1;
$j = 100;
while ($row = mysql_fetch_array($Top_Slides)) {
?>
<script type="text/javascript">
var Topcaption<?php echo $i;?> = "<?php echo $row['caption'];?>";
</script>
<?php
$Top_images .= "<img id=\"Topimage" . $i . "\" class=\"slide_out\" style=\"z-index: " . $j . "\" src=\"" . $row['file_folder'] . $row['file'] . "\" width=\"280\" height=\"170\" alt=\"\" />";
$i = $i + 1;
$j = $j - 1;
}

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com