[PHP-DB] Javascript ? From: Enrico Comini (algobit <email protected>)
Date: 08/14/00

I use php in a page and I want change URL passing a query string to the new
page.

The FORM use a button and I don't want to click.

Header is not possible because I have many output before.

I think that is possible use javascript:

javascript:window.location = "http://www.newlocation.com/index.php3"

The problem is how pass the variables defined with PHP

Thanks,

Enrico