Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php $example = 'example'; $wellArray = array ( 'Arrays are a lot of fun.', 'Bootstrap is an amazing development tool to use with PHP', 'With bootstrap you can quickly code and design beautiful websites' ); ?> <html> <head> <title>PHP in HTML Example</title> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link rel='stylesheet' type='text/css' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'> </head> <body> <h1>Short code <?=$example;?></h1> <?php foreach($wellArray as $well) { print "<div class='well'>$well</div>"; } ?> </body> </html>
Editor Settings
Theme
Key bindings
Full width
Lines