I am trying to create a automatic money transfer system for garrysmod.
I have a table similar to this: (Sorry for the table, HTML wasn’t cooperating.
STEAMID Name wallet
STEAM 0 0 123456 ImNotLoved $123456
STEAM 0 1 123456 ImAmLoved $543214
I have a search box where you enter your steamID and I want it to search for the STEAM ID entered and return your current money. So for example if I entered my steam ID it would return on the next page, ImNotLoved, You currently have $123456 in your account. I got all the display knowledge, I just need a way to get the information from MySQL.
html:
blah.php: