You can easily upload images using just your web browser - an FTP
program is not needed.
You'll need a form with it's encoding set to multipart/form-data, e.g.
...
...
...
and then within your receiving script you'll need something similar to:
$image_filename = $HTTP_POST_
select name, birthday from ??? order by name;
Along those lines anyway.
Chuck \"PUP\" Payne wrote:
> *
> This Message Was Virus Checked With : SAVI 3.54 Feb 2002
> Last Updated 25th March 2002
>
Yeah no problem. I believe you will need to run the following:
mysqld-nt --standalone
HTH
Neil
Rajesh Chabria wrote:
> dear sir,
> please help me out to install the mysql windows version.the problem is i
> have only windows 98 as stand alone.i donot have windows NT SERVER.
> so can mysql be
Hi there,
I am using MySQL v3.23.40 on Windows NT. When creating various MyISAM
tables the files saved are of the form *.frm *.MYD and *.MYI. So far so
good. When I copy these files over to a Linux box though some of the
*.MYD and *.MYI extensions appear as lowercase *.myd and *.myi
This causes
This problem appears to be similar to one I have when I create MySQL databases on my
Windows machine and then transfer them at a later date to RedHat. MySQL looks for
tables with the extensions MYD and MYI but they sometimes get converted to lowercase
and thus MySQL complains (Linux is case-sesiti
Thanks for doing the test Miguel - yes my drive is mapped correctly. Does not want to
work though :(
Miguel Angel Solorzano wrote:
> At 16:00 04/02/2002 +0000, Neil Freeman wrote:
> Hi!
>
> I did the test in my small network and works. The only care I
> did is to mapped th
That's a bit of a pain :) Any idea if this will be supported at some point?
Cheers, Neil
Victoria Reznichenko wrote:
> Neil,
>
> Monday, February 04, 2002, 6:00:18 PM, you wrote:
> NF> Hi,
>
> NF> Ideally I wish to keep all of my database files on a network drive
> NF> (X:\). Using WinMySQLAdmi
Hi,
Ideally I wish to keep all of my database files on a network drive
(X:\). Using WinMySQLAdmin.exe I have created a my.ini file which
resides in my WINNT directory.
my.ini contents...
[mysqld]
basedir=C:/mysql
#bind-address=127.0.0.1
datadir=X:/Shared/MyData/data
#language=C:/mysql/share/your