Jump to content

Php Form


beansandsausages

Recommended Posts

Hey freaks. i have this following code :

 

 <form action=\"mem.php?action=delete\" method=\"POST\"><input type=\"hidden\" name=\"delete_id\" id=\"delete_id\"><input type=\"submit\" value=\"Delete Post : {$row["id"]}\" > 
</form>

<form action=\"mem.php?action=edit\" method=\"POST\"><input type=\"hidden\" name=\"edit_id\" id=\"edit_id\"><input type=\"submit\" value=\"Edit Post : {$row["id"]}\" ></form>

 

the problem is that the submit buttons are on diffrent levels like  :

 

Button 1

Button 2

 

Is there any way i can do it so there next to each other ie :

Button 1 Button 2

 

. Sorry if its a n00b question im having a bad day and also sorry if its in wrong bored.

Link to comment
https://forums.phpfreaks.com/topic/92423-php-form/
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.