Home > front end >  Why Chrome auto adding comment on my php code?
Why Chrome auto adding comment on my php code?

Time:12-23

I got some code and now I want it to run on my localhost but then when I open it chrome had auto adding the comment to every single php . What shoud I do now?

I had try installing java oracle, setting a database on phpMyadmin but it still didn't work.

CodePudding user response:

Thanks Guys. It Work just need to change the php.ini . Thank you all

CodePudding user response:

Enable short open tags from php.ini. If on shared server then create your own php.ini in root folder.

  • Related