|
Posted by vinnie on 05/28/07 18:25
On May 28, 2:13 pm, Philipp Grassl <p.gra...@gmx.at> wrote:
> <?php
> function somma($uno,$due)
> {
> $totale = $uno + $due;
> return($totale);}
>
> $sum = somma(3,4);
> print("$sum");
> ?>
>
> You mean like this?
>
> vinnie schrieb:
>
> > why i do not see anything but a blank page?
>
> > <?php
> > function somma($uno,$due)
> > {
> > $totale = $uno + $due;
> > return($totale);
> > }
> > $sum = somma(3,4);
> > $totale = $resto;
> > print("$resto");
> > print("$totale");
> > ?>
>
> > please help me, i have a test!
exactly, thanks a lot!!!!
Navigation:
[Reply to this message]
|