| Subject: | Re: problem with php code |
|---|---|
| From: | "jesurum" |
| Date: | Tue, 16 Dec 2008 23:01:01 +0000 UTC |
| Newsgroups: | macromedia.dreamweaver.appdev |
I found that the problem is in this part of the code:
$query_capitulos = "SELECT * FROM BiblioCapitulos WHERE libro_idfk
={$row_libros['libro_id']} ORDER BY libro_idfk ASC";
$capitulos = mysql_query($query_capitulos, $newWeb) or die(mysql_error());
echo '<div class="CollapsiblePanelContent">'; <<<THIS IS CAUSING THE PROBLEM
IF I DELETE THIS PART THE PROBLEM DESAPERE BUT THE COLLAPSIBLE TAB DONT WORK
while ($row_capitulos =
mysql_fetch_assoc($capitulos))
{
echo "<a href='biblioteca2.php?capID=
{$row_capitulos['capitulo_id']}'>
{$row_capitulos['nombre_capitulo']}</a><br/>";
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: problem with php code, jesurum |
|---|---|
| Next by Date: | Re: Invalid field count in CSV input on line 1., carbiz |
| Previous by Thread: | Re: problem with php code, jesurum |
| Next by Thread: | loading image, aonefun |
| Indexes: | [Date] [Thread] [Top] [All Lists] |