Home  >  Article  >  Backend Development  >  php-两个页面的post数据之间的问题

php-两个页面的post数据之间的问题

WBOY
WBOYOriginal
2016-06-02 11:30:531226browse

php数据数据库索引post

在第一个页面中填写东西,然后post到另一个页面,其中的post参数都存放在数据库中
的,如:$ID=$_POST["ID"];$B=$_POST["B"];$S=$_POST["S"];
其中的ID,B,X都是数据库中表里的属性,用的时候无需定义,而这时我需要引入两个如$z=$_POST["z"];$X=$_POST["x"]中的z和x这两个未在数据库中存储的参数,运行程序时出现问题 ”Undefined index“未定义的索引,我该如何解决这问题,最好不要把z和x写入数据库中

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn