Thursday, 5 February 2015

php array topic






how can i display the contents of this array under respective headings :
$projects['p/z/1']['Title']=$row->Title;
$projects['p/z/2']['Project date']=$row->pdate;
$projects['p/z/3']['Description']=$row->Description;
like this:
id title date desc
p/z/1 yyyy 12/1/2104 yeee






No comments:

Post a Comment