Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone, I try to make a web page with some textbox and some button. How when I press the button, it add/delete/update my database store in phpmyadmin with data I fill in textbox?
Please help me. Thank you.
Posted

 
Share this answer
 
Comments
Member 10390715 29-Sep-14 12:40pm    
Thank for your help.
ChauhanAjay 29-Sep-14 22:38pm    
Can you accept the answer as solved if it has helped.
Member 10390715 2-Oct-14 9:19am    
ok
PHP
the form post/get your data to the php page;
look this function =>resource mysql_query ( string $query [, resource $link_identifier ] )
for example:mysql_query("delete from your_table where id=$_POST['form_id']");
 
Share this answer
 
Comments
Member 10390715 28-Sep-14 23:28pm    
thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900