Joined: 17 Nov 2003 |
Posts: 1 |
|
|
|
Posted: Sun Nov 16, 2003 3:21 pm |
|
|
|
|
|
Howdy,
I've a fairly complex PHP/Apache/MySQL GUI application that has a login page for username, password, etc... Once cleared, the main GUI page runs about 15 queries for each submit button click.
As I'm just starting to learn to use DBG, I'm wondering how I can assign or enter values to the various POST variables while in a debug session so that I can access the main page from the login page?
specs: win2k, apache 1.3.27, mysql 4.0.16, php 4.2.3, Maguma Studio 1.1.2 .
Thanks very much for any help.
davey
|
|
Site Admin
Joined: 13 Jul 2003 |
Posts: 8344 |
|
|
|
Posted: Mon Nov 17, 2003 6:21 am |
|
|
|
|
|
DBG has nothing to do with http posts. They are done through an HTML browser. I'd recommend you read PHPED FAQ howto-run-debug-session-t585.html to find out what to do in such situations.
|
|