How can I use different languages with the echo command?
For example if I write
Code: Select all
echo "something in Greek language";Any help?
thx
Code: Select all
echo "something in Greek language";Code: Select all
<form method=POST action=do_upload.php enctype=multipart/form-data>
<p>Files to upload:<br>
<input type=file name=img1 size=30><br>
<input type="submit" name="submit" value="Upload">