我创建了一个 html 页面,它将自定义数据发送到一个 php 文件,然后该文件对其进行处理和评估。
我的下一个任务是将其制作成具有以下要求的 GUI:
1. A box for a custom search with button (it then posts this into the
php)
2. A box where xml/json request can be seen
3. A box where the xml/json response can be seen
4. A box where the parsed version is translated and made to look pretty.
***MUST CONNECT TO INTERNET, PHP ESTABLISHES CONNECTION BUT DO NOT WANT A GUI ISSUE
关于程序或语言等的任何建议可以帮助我以 GUI 形式与 PHP 进行交流。它需要能够访问互联网!
我在想可能是 Visual Basic,因为这是我用过的唯一一个真正使用 GUI 的软件,但我想知道你们的想法!
谢谢!