> > could somebody explain me please what is wrong with this
> > piece of code?
> > > if (1):
> > if (1) echo "hello";
> > else:
> > endif;
> > ?>
>
> Well, first off you've broken the golden rule, which is: Don't mix the
:-type syntax with the {}-type or completely bare synt
could somebody explain me please what is wrong with this piece of code?
it gives me parse error on line 4
this works fine (no parse error):
thank you
miro
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
what is the best way to delete element from an array?
Suppose i have an array called $numbers:
$numbers = array(a => 10, b => 20, c => 30, d => 40);
I want to delete the third element from that array.
Thank you
Miro Figlar
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
3 matches
Mail list logo