PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $b = Array ( 'type' => 'button', 'value' => 'Button1', 'style' => 'display:block' ) ; printf( '<input type="%s" value="%s" style="%s">', $b['type'], $b['value'], $b['style'] );
Show:  
Copy Clear