PDA

View Full Version : MYSQL with PHP


Mc Ghoush
Sat 11th Aug '01, 5:02am
Hi,

I am a begginer in using PHP. So don't laugh when you read this question ...:)

What banns the insertion in A MySql table when do that via PHP commands ...??

In other words ...
I made a MySql table via MyPHPAdmin, but I couldn't insert any data to it using PHP,...

What shall i do to make it so ..??

Thanx

Mark Hensler
Sat 11th Aug '01, 10:36am
Are you sure your code works?
You should be able to insert data into tables that you make, check you code.

If you got any errors, let us see them.

Mc Ghoush
Sat 11th Aug '01, 11:06am
I found that i have to have a primary key to be able to insert ...

Thanx again