From: isu <din...@is...> - 2004-05-26 04:03:09
|
Dear friends: I am new to phpESP. I have installed it inside my phpNuke. = The problem I am having is this: I used the following link in a new block so people are able to access = the survey.their responses are sent back to my email.=20 http://www.ihef.net/modules.php?name=3DphpESP&surveyname=3Dinternet_usage= _copy1 But I don't know how to do with html file. the help file says that put = it into a html file with this line embedded into a table cell. <?php = $sid=3D3; include('modules/phpESP/public/handler.php'); ?>=20 I did so and it worked fine if I directly call the file in browser. = However, when I convert the code into a module and call the module will = bring in the survey in the center block. But when I click submit, it = went wrong. I guess I need to do some redirect. But how and which file = to modify. I guess my questions are: in a normal way which fold should I put this = html in? how to make a survey a module? which file should be modified to = change the look and table structure of a survey? thank you. Hope someone on the list can offer a help. I would appreciate = it very much. kding |