PHP 操作xml编程之xml的crud操作
本文章来给大家介绍一个PHP 操作xml编程之xml的crud操作,有需要了解的同学可参考.
html代码页面,代码如下:
- <html>
- <head>
- <meta http-equiv="Content-type" content="text/html;charset=utf-8">
- head>
- <body>
- <form action="wordProcess.php" method="post">
- <input type="text" name="enword">
- <input type="hidden" name="type" value="query">
- <input type="submit" value="查询">
- form>
- <span>添加单词span>
- <form action="wordProcess.php" method="post">
- 英文:<input type="text" name="enword"><br>
- 中文:<input type="text" name="zhword"><br>

