Can somebody help me on how to be able to embed php and html code like this is mean Code (markup): But on my personal website. I was writing a tutorial with php and html, but I dont want the HTML to be used, or the PHP to be executed. Any help is appreciated. Thanks, Ryan.
For html start all tags you dont want to be interpreted with < and end them with >. Example: How to bold a statement: <b>Some text</b> Code (markup): You may want to write it all out and then come behind with find/replace to fix it up. You can also automate it with Javascript but that's a bit tougher. For PHP simple don't include the <?php and ?> tags.