my problem is this

I have some variables defined which i'm sending through get

<form name="form1" method="get" action="result.php">
// input's etc
</form>

now I have $var1 defined in my PHP and I want to send it through that GET as
well
is there a way to do this?

so it's not a user-defined but php-defined var, which i need to send through
the form

any help appreciated



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to