Hi guys some comment will be appreciated!
in html
<a href='edit_form.php?id=<?echo $row['index']; ?>"> EDIT </a> <-- this is correct
how about the button? I cant insert in the value=""; any help pls? im newbie in php sorry.
Button
Moderator: General Moderators
Re: Button
What do you mean? What are you trying to do?How about the button?
Re: Button
is it possible to insert this code in a button? <a href='edit_form.php?id=<?echo $row['index']; ?> so when you click modify it will go straight to edit page form. thanks!
Re: Button
Try it and see 
Re: Button
it works now! 
<a href="modify.php?index=<? echo $rows['index']; ?>"><input type="button" name="modify" value="Modify" /></a>
<a href="modify.php?index=<? echo $rows['index']; ?>"><input type="button" name="modify" value="Modify" /></a>