How does Phantomjs: get data in < script type= "text/html" >

I am using Phantomjs for automatic login

<script type="text/html" id="js_table_tpl">
{if data.length}
{each data as item i}
<div class="user_item">
    <div class="user_item_inner">
        <div class="user_opr">
            {if item.status == 2}
            <a href="xxx"></a>
            {/if}
        </div>
        <div class="user_info">
            <img class="user_avatar" src="{$https item.headimg_url}">
            <strong class="user_nickname" title="{item.nickname}">{item.nickname}</strong>
            <strong class="user_name" title="{item.username}">{item.username}</strong>
            <p class="user_time">{unixFormat item.createtime "YYYY-MM-DD"}

</div> </div> </div> {/each} {else} <div class="empty_tips"></tr> {/if} </script>

how can I get data
Thank you very much


have you solved this?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3218f-2bdde.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3218f-2bdde.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?