Xampp Not Parsing Certain Php File

1. First check to see if phpmyadmin is working.
    http://localhost/phpmyadmin   

    if its working there is no issue with php the problem is isolated to the php short tags.

2. Just open php.ini and make sure you enable short tags

     short_open_tag = On

       and restart xampp.   

  • Posted in: PHP