T
|
Tasmaniac author 2/8/2010 |
To add to this, it seems like any <FORM> tag used in the HTML view just links to the current page rather than the one specified. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=47551&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |
![]() |
Sergey Kornilov admin 2/8/2010 |
PHPRunner adds form tag automatically. I would suggest to remove form tag and process the input in BeforeListProcess event. if ($_POST["bid"]<>"")
|