Hello, i'm a n00b to this programming language! :tongue: I mainly program in PHP. I can create a PHP script that can get data from a mySQL database on request and display it for an IRC bot to read the data from. I was wondering how can i get the IRC bot to goto an address like
http://localhost:6080/s3h/getdetails.php?requestedusernamerequestedusername is what the IRC user who puts in !data requestedusername has specified as a user. If that makes sense, i can program the PHP code to display the data in Tables or just a list on a simple page and it will display something like this:
Username Details: requestedusername
Generated: <<TIME>>
Invisibility Shields: xxx
Black Powder Missiles: xxx
e.t.c. the weapons keep going on (there is around 36 from memory)
But how would i get the "xxx" details from it to display what weapons of each type have been damaged? :P If that makes sense, all i need to know is how to get data from a page, and what would be the best way to setout the page! xD