Click here to Skip to main content
15,912,665 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
All I want is simple: 2 buttons, 1 button gets you a certain value that is in mySQL on click, 2nd button deducts from the value and saves it in mySQL database/updates it.

In an example
mySQL database:
ID 1 Name Textil INT 20
my php page: 2 buttons:
-Get Value
-Change it and Update it

i click Get Value, it gets 20 from textil, then i click change it and update it: and it changes it to a new value i already pre-determined in the script and updates the database.

How do i do this?

What I have tried:

I fond many tutorials but they are all forms like
Name
Surname
Age
and on button click you update the age, and i dont want any input like that, i just want to know how to change a value to an already pre-determined value on button click.
Posted
Updated 12-Aug-17 23:49pm
v3

1 solution

You're Question is basically "Do this For Me".
This is the wrong website for that.


Learn SQL
Learn PHP
Learn JavaScript

That's how it's done - W3Schools Online Web Tutorials[^]
 
Share this answer
 

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