View Single Post
  #1  
Old 08-17-2006, 03:19 PM
chatking chatking is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
chatking is on a distinguished road
Default Switched servers now code is not executing... stops at =>

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 --
Reply With Quote
  Webmaster Forums - View Single Post - Switched servers now code is not executing... stops at =>
View Single Post
  #1  
Old 08-17-2006, 03:19 PM
chatking chatking is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
chatking is on a distinguished road
Default Switched servers now code is not executing... stops at =>

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 --
Reply With Quote