Hello this is my code,

echo "<td>" . $row .Posted.on. $row . "</td>";
output is:
Area Sales Manager - FMCG (3+ yrs)Postedon2011-03-05

what i want to do
1)Area Sales Manager - FMCG (3+ yrs)Posted on 2011-03-05
i need spaces b/w posted,on,& date

2)how to male a link of Area Sales Manager - FMCG (3+ yrs)Posted on 2011-03-05
i am trying but it showing an error
<a href="respone.php">click</a>

Need any suggestion please.
Thanks

This is what i am trying

echo "<a href=\"response.php\"> "<td>" . $row['subject'] ." Posted Date: ". $row['date'] . "</td>"</a>\n";
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.