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] =
* 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
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
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
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
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
6 matches
Mail list logo