Look at  this 2 lines

  global $daysToShow,$image, $diagramWidth,$diagramHeight; 
  global $daysToShow, $image, $diagramWidth,$diagramHeight;


How can i have the message 
Parse error: parse error, unexpected T_VARIABLE in 
d:\inetpub\wwwroot\impac\php\teste30.php on line 15
on the 2nd and no erros on the 1st ?

The samething here

  $centerDay = $daysAlive - ($daysToShow/2);
  $centerDay = $daysAlive - ($daysToShow / 2);

How can i have the message
Parse error: parse error, unexpected T_VARIABLE in 
d:\inetpub\wwwroot\impac\php\teste30.php on line 16
on the 2nd and no erros on the 1st ?

I feel that is something related to Linux / Windows./ frontpage and cut and past.

The first line i typed manually and the second one I use Ctrl-C Ctrl-v copyng from a 
php file downloaded from net

How can I copy codes made by others ( Probably on Linux) on my windows frontpage, 
without retyping everthing manually ?




Reply via email to