I have a small programm where i take in a users Bitcoin address as input and than insert it into mysql database.
user inputs bitcoin address and clicks submit button
which than validates the bitcoin address and if address is valid- he can click submit button and gets redirected to a different part of my site- and if address is valid it gets added to mysql database.
If input isn't valid - display an error message
Im using php for everything
I just dont know how to put this together into a working project
you find the code to my question here
https://pastebin.com/DpPgp2Xii wasnt able to post mysql code here in the forum