hello I have a very awkward problem, I've made a code system for normal code and one for php so that the output is highlighted however I have a problem with code that is C++.
Due to the nature of the code e.g.
the php script will take not display <header> instead its hidden in the actual source of the html. Example:Code:#include <header>
The output is #include without the <headers>, any suggestions.Code: #include <iostream><br /> #include <string><br />




Reply With Quote