I have the following PHP code:
Code: Select all
$que="INSERT INTO products ('id', 'name', 'price', 'description', 'colour', 'details', 'designer', 'photo1', 'photo2', 'photo3', 'photo4', 'units_s', 'units_m', 'units_l', 'units_xl') VALUES ($id, $name, $price, $description, $colour, $details, $designer, $photo1, $photo2, $photo3, $photo4, $units_s, $units_m, $units_l, $units_xl)";Cheers,
Kieran.