heinzketchup
New Member
- Messages
- 25
- Reaction score
- 0
- Points
- 0
ok, the problem:
i allready sent get data to the url.
url looks like this:
http://127.0.0.1/mypage/index.php?whatNext=manageContacts&action=Bestätigen
now, i have a second form that should also use get and not post! it should add this:
&find=company&findThis=a&findSubmit=Suchen
but everytime i try it deletes the old get information and adds the new info.
i thought that i need to say action="'.$_SERVER["REQUEST_URI"].'" but that also doesn't work!
sorry can't find a solution on the web and i also don't know what to search for!
i allready sent get data to the url.
url looks like this:
http://127.0.0.1/mypage/index.php?whatNext=manageContacts&action=Bestätigen
now, i have a second form that should also use get and not post! it should add this:
&find=company&findThis=a&findSubmit=Suchen
but everytime i try it deletes the old get information and adds the new info.
i thought that i need to say action="'.$_SERVER["REQUEST_URI"].'" but that also doesn't work!
sorry can't find a solution on the web and i also don't know what to search for!