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

[PHP] array into another site

2003-03-25 Thread Fredrik
Hi I have an PHP array and want to send it into another PHP site. $arr = array(251,1,23,54,15,135,1651,156,13,123,321,123,32,54,654,456,32,1); ?> ','windowname','toolbar=no, location=no, directories=no, status=n