PDA

View Full Version : PHP Edit?


Danny
February 13th, 2006, 17:23
Hey,

Here's my code:


<div class="submenu">

<a href="mailto:emailaddress">Name</a>

<a href="mailto:emailaddress">Name</a>

<a href="mailto:emailaddress">Name</a>



basically i want to create a page in my CMS to allow users to add and remove email addresses from the above list.

How do I layout the PHP on the display page?

Here is the usual code:


echo "<h4>$row->subject</h4> \n Posted By <a href=\"mailto:";echo hex_encode($row->email);echo"\">$row->name</a> On $row->endate \n$row->entry\n";

}