If the variable is within a form you could do:
<input type=hidden name='name_of_var' value=$err_code>

This would pass to the next page, otherwise the ?name_of_var=$err_code mau be 
the way to go?

-Brad

> hi there i am trying to pass error code vars within a page say i post to a
> query string like ?action=upload i would like to be able to send an error
> code if any back to the page and then it can bring it up the only way i can
> think of it when i redirect back to the previous page is adding a
> ?errorcode=1 etc
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 





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

Reply via email to