[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 97738] New: Form submission doesn't work correctly
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-01-23 19:51:06
Message-ID: 20050123205105.97738.zorglub_olsen () hotmail ! com
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=97738         
           Summary: Form submission doesn't work correctly
           Product: kdevelop
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: zorglub_olsen hotmail com


Version:            (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages

I'm doing a PHP project in Kdevelop. I'm testing it in Konqueror and it works fine. \
But in Kdevelop's internal Konqueror it isn't.

I choose "Run" and the page pops up in the PHP tab and looks fine. But it's supposed \
to submit its own html form to itself, and it does, but no values get through. $_POST \
is always empty.

I'm using the "Using an existing webserver" option. If I use "Call PHP interpreter \
directly", the form won't submit at all.

Here's a testcase:


<?php ?>

<html><body><form method='post'>

<?php var_dump($_POST); ?>

<input type='text' name='test' value=''>
<input type='submit' value='submit'>

</form></body></html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic