Home > Backend Development > PHP Tutorial > ZendStudio调试的小白有关问题

ZendStudio调试的小白有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:52:02
Original
961 people have browsed it

ZendStudio调试的小白问题
现在有两个页面,一个是login.php,一个是loginprocess.php
loginprocess.php是login.php的后台处理页面

简单的调试我会的,在页面设置断点,然后debug as,选PHP Application,就进入到了调试界面,可以查看各个变量当前的值,并且可以向下移动断点。

但是现在我的login.php使用jQuery向loginprocess.php发送了一个Ajax请求,在后台验证密码是否正确。如果我要想调试loginprocess.php,必须先接受来自login.php的参数,如果直接调试loginprocess.php就获取不到参数值。应该怎么弄啊?

PHP新手,求大神指点。
------解决方案--------------------

Related labels:
source:php.cn
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template