phpbar.de logo

Mailinglisten-Archive

[php] Seltsames Benehmen von PHP2 (oder etwa msql2)?
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[php] Seltsames Benehmen von PHP2 (oder etwa msql2)?



Ich habe eine (fuer mich als Laien) unverstaendliche
Fehlermeldung

abfrage.phtml: Unable to perform query (parse error at line 2
near "* *end of input*") on line 31
$Results = MSQL($dbName,$query);
abfrage.phtml: Unable to find result index -1 on line 32
$RowCount = MSQL_NUMROWS($Results);

In abfrage.phtml steht diese Abfrage:

19 <?
20   $dbName = "branche";
21 	if ($aktion1);
22          $query ="SELECT * FROM adress where Firma clike
'%$Firma%'";
23 	endif;
24   if ($aktion2);
25      if ($Branche != "") ;
26         	$query = "SELECT * FROM adress where
Branche='$Branche' order by Firma";
27      endif;
28   endif;
29  if ($aktion3);
30  	if ($AlleKunden != "");
31  		$query = "SELECT * FROM adress where URL <> '' order by
Firma";
32  	endif;
33  endif;
34   $Results = MSQL($dbName,$query);
35   $RowCount = MSQL_NUMROWS($Results);

Jetzt mein Problem: Bei der ersten Abfrage gibt er obige
Fehlermeldung aus, beim zweiten Versuch funktioniert's hingegen
sofort. Was heisst den in diesem Zusammenhang "result index"?


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive