On Tue, 24 Jan 2006 23:47:46 +0530
sunaram patir <[EMAIL PROTECTED]> 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: pgp8Mbz6fyL6h.pgp
Description: PGP signature

Reply via email to