hi there plz can any one explain me precisely what these 2 lines are doing
1.<div> <label for="idcuisine" class="cuisine" >Cuisine:</label> 2.<?php echo $this->lists['cuisine'] ;?> <value="cuisine" cols="10" rows="10" />
thanks in advance.
thank you but can u tell what is meant by 'this' in php
saif_in wrote:thank you but can u tell what is meant by 'this' in php
You might want to read the PHP manual on classes and objects.