Please help somebody!
my table is audio
and my 4 fields are:
category
name
html
moreinfo
A typical entry looks like:
Ambient
Beast
<table width="440" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">
<tr>
<td width="32"><img src="images/download.gif" width="32" height="32"></td>
<td width="74">
<div align="center">Ambient</div>
</td>
<td width="95">
<div align="center">Beast</div>
</td>
<td width="69">
<div align="center"><a href="more_info.php?keyword=Beast">More info</a></div>
</td>
<td width="24">
<div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="24" height="24">
<param name=movie value="loop1.swf">
<param name=quality value=high>
<embed src="loop1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="24" height="24">
</embed>
</object></div>
</td>
<td width="52">
<div align="center">£1.99</div>
</td>
<td width="78">
<div align="center"><a onClick="worldpay('https://select.worldpay.com/wcc/purchase?instId=xxxxx&cartId=ML1&amount=1.99¤cy=GBP&desc=Music loop - beast&C_ordered=Music beast&c_image=music.jpg&C_file=beast'Buy','scrollbars=yes,status=yes','600','400','true')" href="javascript:;">Buy
now!</a></div>
</td>
</tr>
</table>
more info html code goes here!
Once this info is entered into mysql via phpmyadmin it can be viewed but I cannot edit or delete it!
How would I do this using a html form?
Thanks
Steve.