Posted by Martin Adams on 07/22/07 09:57
Probably a little late, but try putting <?php h(); ?> instead of <? h(); ?>.
Martin
"Personne" <cpdivers@gmail.com> wrote in message
news:1182881288.107073.183430@q75g2000hsh.googlegroups.com...
> <?php
> function h()
> {
> echo 'hello';
> }
> ?>
> BIG
> <? h(); ?>
>
>
> Result with PHP4.3.10/Apache1.3.33 => BIGBIGhello
> Result with PHP5.2.6/Apache2.2.3 => BIG
>
> with PHP 5.2.6
> hello is not displayed
> why?
> how can I fix this?
>
> Thank you
>
Navigation:
[Reply to this message]
|