Re: [PHP] Script help about array dimension

2003-11-30 Thread Robert Cummings
On Mon, 2003-12-01 at 00:33, Curt Zirzow wrote: > * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > $array['ojpp'][1][][] = 'ferrer'; > > $array['test'][0] = 'ojpp'; > > $array['test'][1] = 'ferrer'; > > > > How could I do a script that give me this output: > > > > Array > > ( > > [0] =

Re: [PHP] Script help about array dimension

2003-11-30 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > $array['ojpp'][1][][] = 'ferrer'; > $array['test'][0] = 'ojpp'; > $array['test'][1] = 'ferrer'; > > How could I do a script that give me this output: > > Array > ( > [0] => Array > ( > [0] => ojpp > [1] => 1

[PHP] Script help about array dimension

2003-11-30 Thread orlandopozo
I have this array definition: $array['ojpp'][1][][] = 'ferrer'; $array['test'][0] = 'ojpp'; $array['test'][1] = 'ferrer'; How could I do a script that give me this output: Array ( [0] => Array ( [0] => ojpp [1] => 1 [2] => 0 [3] => 0

[PHP] Script help about array dimension

2003-11-30 Thread orlandopozo
I have this array definition: $array['ojpp'][1][][] = 'ferrer'; $array['test'][0] = 'ojpp'; $array['test'][1] = 'ferrer'; How could I do a script that give me this output: Array ( [0] => Array ( [0] => ojpp [1] => 1 [2] => 0 [3] => 0

[PHP] Script Help

2003-08-14 Thread Rod
I am installing a new message board system for my website, I can get it to run, but when I want to log in as admin, or register a new user on the board I get the following error ERROR! Nothing specified! This is the url of the register script http://www.mywebsite.com/forum/member.php?Action=Re

[PHP] script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I