php - Problem while using xampp 1.7.4 -
In my older system I was using XMPP 1.7.1 with Windows XP and developed a PHP project. It worked well. Now I install Axamp 1.7.4. Run the same project in another system and in this xampp. But it is not working properly.
There is no error seeing the undefined variable in PHP 5.2.9 (I was using it before). But the same code (reaching undefined variables) does not work in PHP 5.3.4 (now used).
"itemprop =" text ">
In Php 5.3 you should declare / start all the variables used in coding.
Comments
Post a Comment