thank you so much dear Scandal
this code work for me without define phrasegroups:
PHP Code:
<form action="" method="get"><div class="datagrid"><table>
<thead><tr><th colspan="2"><?php echo $vbphrase[quiz_question_text] ?></th><th><?php echo $vbphrase[quiz_choices] ?></th><th><?php echo $vbphrase[quiz_score] ?></th></tr></thead>
but I need add some phrase and stylevar in the code using {vb:rawphrase something}
because I have phrases with variable and I can't add variable with php code
would you please tell me more about phrasegroups and its array contents?