Hello forum guys
I just switched fromm linux to windows and now my code execution will not finish.
Here is where the code breaks.
PHP Code:
$i = 0;
foreach ($top_rated as $key => $value)
{
at the => the code stops parsing and the acutal text code is displayed in the browser,
Is there a setting to tell php not to stop parsing until ?> occurs?
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --