tengo esto echo como puedo cambiarlo para php
Código HTML:
Ver original
<html> <head> <!-- styles for demo purpose --> <style type="text/css"> body { font-family: verdana, arial; font-size: 0.8em; } code { white-space: pre; } </style> <!-- start checkboxTree configuration --> <link rel="stylesheet" type="text/css" href="library/jquery-ui-1.8.12.custom/css/smoothness/jquery-ui-1.8.12.custom.css"/> <link rel="stylesheet" type="text/css" href="jquery.checkboxtree.css"/> <!-- end checkboxTree configuration --> <script type="text/javascript"> //<!-- $(document).ready(function() { $('.jquery').each(function() { $('#tree1').checkboxTree(); }); $('.button').button(); }); //--> </script> </head> <body> <code class="jquery" lang="text/javascript"> </code> <ul id="tree1"> <ul> <ul> </ul> </ul> <ul> <ul> <ul> </ul> </ul> </ul> </ul> </body> </html>