This seems no work...is it supported or deprecated?

Problems with the Windows version of XAMPP, questions, comments, and anything related.

This seems no work...is it supported or deprecated?

Postby lse123 » 20. March 2011 18:08

This seems no work
next($this->Orders);
is it supported or deprecated?
I installed at 06Feb2011 newest win ver of XAMPP...

Code: Select all
foreach($this->Orders as $Order) {
$SQLstring = "SELECT * FROM ". $this->OrderTable[key($this->Orders)]." WHERE productID='".key($this->Orders)."';";
echo $SQLstring. "<br />";
$QueryResult = @mysqli_query($this->DBConnect, $SQLstring) or die("<p>Unable to perform the query1.</p>"."<p>Error code ".mysqli_errno($this->DBConnect).":".mysqli_error($this->DBConnect))."</p>";
$Row=mysqli_fetch_row($QueryResult);

echo "<tr><td>{$Row[1]}</td>";
echo "<td aligh='center'>$Order </td>";
printf("<td aligh='center'>$%.2f</td></tr>",$Row[3]);
            
$Total += $Row[3]*$Order;
            
[b]next($this->Orders);[/b]
} // end for each


consider to reply and this unrelated post please:

viewtopic.php?f=16&t=44781
Leonidas Euripide Savvides
lse123
 
Posts: 186
Joined: 15. November 2008 13:49
Location: Polis, Paphos
XAMPP version: 8.2
Operating System: Windows 11 64-bit PRO

Re: This seems no work...is it supported or deprecated?

Postby DC80 » 22. March 2011 10:16

Check your error log from apache. I have a similar problem. If it is deprecated then it should be there.

You can find the error log at: [installation folder/drive:] xampp / apache / logs / error.log
DC80
 
Posts: 24
Joined: 11. March 2011 13:35
Operating System: Linux Mint 12 (lisa)


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 233 guests