Re: [PHP] array into another site

2003-03-25 Thread Ernest E Vogelsinger
At 11:21 25.03.2003, Justin French said: [snip] >1. Missing an equal sign: window.open('view.php?arr=','windo... > > >2. Check out serialize() >http://www.php.net/manual/en/function.serialize.php > >window.open('view.php?arr=','windo... > > >3. However, this

Re: [PHP] array into another site

2003-03-25 Thread Justin French
1. Missing an equal sign: ','windo... 2. Check out serialize() http://www.php.net/manual/en/function.serialize.php window.open('view.php?arr=','windo... 3. However, this creates a URL which isn't particularly URL friendly (not sure, but perhaps maybe not even valid -- I don't know), so 4