Back to Syntaxed Support

paulgrafx
paulgrafx

Hi is there anyway to include the '<?php' tags to the code output at the moment it is invisible.


    class Person{

        public $name;
        public $age;

        function Person(){
            $this->name = $name;
            $this->age = $age;
        }
    }
    

Is the only way to sort this to use special characters so '<?php' = '<?php'

1-1 of 1