Is there any function that read web files?
Like topic says
I wanna know if there is (in amxx) any function that will read some lines from web? i want to make somethink like... new URL = "http://my-page.com/index.php?xml=1"; new XML = simplexml_load_file(URL,'SimpleXMLElement',LI BXML_NOCDATA); register_clcmd("say /asd", public) and public public(id) { client_print(id,print_chat, "%s", XML->Name) } Is there any function to read xml in amxx? please help :D |
Re: Is there any function that read web files?
You have probably to use socket module.
|
| All times are GMT -4. The time now is 08:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.