[ create a new paste ] login | about

Link: http://codepad.org/8F7Kd3Tt    [ raw code | output | fork ]

PHP, pasted on Mar 18:
1
2
3
<?php 
$configType = 'test';
echo     $html .= '<span class="badge"><a href="#" style="color:orange"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true" onclick="sendToProduction("'.$configType.'")"></span></a></span>'; 


Output:
1
<span class="badge"><a href="#" style="color:orange"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true" onclick="sendToProduction("test")"></span></a></span>


Create a new paste based on this one


Comments: