Re: [PHP-WEBMASTER] Problem: PHP start syntax. in PHP5.4

2013-02-03 Thread Sherif Ramadan
On Sun, Feb 3, 2013 at 10:17 AM, Павел Иванов wrote: > Hello, > > I have a problem with my webpage when I upgrade PHP from 4.1 version up to > 5.4 > > Before my scripts always have startet with: > > > > // some code here... > > // a lot of code > > ?> > > > > But after I upgrade it, this scripts

[PHP-WEBMASTER] Problem: PHP start syntax. in PHP5.4

2013-02-03 Thread Павел Иванов
Hello, I have a problem with my webpage when I upgrade PHP from 4.1 version up to 5.4 Before my scripts always have startet with: // some code here... > // a lot of code > ?> > But after I upgrade it, this scripts doesn't work only just because it starts with "