Recent content by murugappan

  1. M

    Auto-completing HTML attributes and classes

    Hi, I am using VS code IDE for development and i am having problem is getting auto-completion working for HTML in PHP scripts. I have already set the emmet for PHP and it works fine as far as the main tags are concerned. But it does work when i enter somethings like these: (1) Enter class= it...
  2. M

    Inconsistent results from bulit-in function $_SERVER

    Hi, I am not sure if anyone has raised this before but i posting it to get some answers. There seems to inconsistency in results being generated by PHP functions $_SERVER. If run the script using built in php serve] using "php -S localhost:3000" i get "/" for $_SERVER[REQUEST_URi] whereas I...
Back
Top