Jump to content

How can I do that?


bombas79

Recommended Posts

I have a htmal table with volley match results, but I'm not the only one who update it! Each trainer write results!

 

Is it possible that when I (or someone) update the table, the new result is authomatic saved in the database (mysql)?

 

Insert data to the html table is the only way for many reasons and it takes too much time to connect a and manualy copy or send data to database.

 

Thanks if someone can help me!

Link to comment
https://forums.phpfreaks.com/topic/89936-how-can-i-do-that/
Share on other sites

that's one of the more common uses of PHP is passing Form data,

 

in this case to a DB

 

Google with something like:

 

php mysql form

 

would probably bring up some help, or searching through this forum for help,

 

if you don't want to take the time to learn how to build this yourself then I'd suggest the job board, could probably get someone to build it for $50 or less if the form isn't to complicated

 

Link to comment
https://forums.phpfreaks.com/topic/89936-how-can-i-do-that/#findComment-461087
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.