Jump to content

form question


pouncer

Recommended Posts

[code]
<form method ='post' action='delete_privatemessage.php' name='record'>
<td><img src=\"../index_images/delete.ico\"></td>
<input type='hidden' name='message_id' value='$message_id'>
</form>
[/code]

Instead of putting the button there, i put a .ico image there.

but how can i make it go to the  'delete_privatemessage.php' page properly

because, in 'delete_privatemessage.php' i need to get the message_id and remove that entry!!!
Link to comment
https://forums.phpfreaks.com/topic/35397-form-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.