Welcome Guest, Not a member yet? Register   Sign In
exit dreamwever during development
#2

[eluser]tirso[/eluser]
hi to all

I notice that if I remove "php" in "&lt;?php" I was never encounter exit during my development. But I am just wondering because it was happen only those inside <select> element.

Code:
<select name="classification">
&lt;?php foreach ($arr_classification->result() as $row )
{
    print '<option value="'.$row->sf_classification_id.'">'.$row->name.'</option>';
}
?&gt;
</select>


Messages In This Thread
exit dreamwever during development - by El Forum - 11-03-2009, 09:44 PM
exit dreamwever during development - by El Forum - 11-03-2009, 11:53 PM
exit dreamwever during development - by El Forum - 11-04-2009, 12:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB