MrDontKnowNothing
Programmer
hi folks,
i'm quite new to php, so don't wonder...
i do have a form with already got some data in the query string.
but when i try
<form action"<?php echo "thisdocument.php?".$GLOBALS['QUERY_STRING'];?> name="myform" method="get">
...
i only receive the new data from myform in query string.
is there a way to pass the old query string without having a recursively growing query string?
can anyone help?
gracias!
alex
i'm quite new to php, so don't wonder...
i do have a form with already got some data in the query string.
but when i try
<form action"<?php echo "thisdocument.php?".$GLOBALS['QUERY_STRING'];?> name="myform" method="get">
...
i only receive the new data from myform in query string.
is there a way to pass the old query string without having a recursively growing query string?
can anyone help?
gracias!
alex