Since you are providing the web page, it depends on how you write the
web page.
This really isn't a MySQL question, is it?
v7rg8 wrote:
Hi all,
My table is like this:
professor(name, gender, bodyImage)
I am not sure if this is correct to set up the table:
create table professor (name char(10),
Hi all,
My table is like this:
professor(name, gender, bodyImage)
I am not sure if this is correct to set up the table:
create table professor (name char(10), gender char(10), bodyImage blob);
If it is correct, I was wondering how users are going to load images into the
database from the webpage