Re: put method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 24 Jan 2006 23:47:46 +0530
sunaram patir <sunaram@xxxxxxxxx> wrote:
>
> i think i would be clearer with this code i have written to do that
> but in vain.

<snip>

>     echo "<form method='put' action='putMethod.php'
> enctype='multipart/form-data'>";
>     echo "Send this file: <input name='userfile' type='file'>"
                                                                ^
You're missing a ; here ----------------------------------------I

>     echo "<input type='submit' name='submit' value='Send File'>";
>     echo "</form>";

<snip>

> Parse error: parse error, unexpected T_ECHO, expecting ',' or ';' in
                                                                 ^
Just like it says here ------------------------------------------I

> /home/zenrays/public_html/test2/putMethod.php on line "something"
>  something= the line number for 'echo "<form method='put'
> action='putMethod.php' enctype='multipart/form-data'>";'

Regards,
Ozz.

Attachment: pgpBRZWrF3efq.pgp
Description: PGP signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux