Jump to content

Multiple Entries at once


LearningKid

Recommended Posts

Hi i was wondering if it is possible to add multible entries to a table, say i have

<?php
$sql="insert into colours (Color,Name,Value) values ('yes','blue','2')";
?>

if i want to add like yes,no,yes,no,yes,etc then red,white,orange,grey,orange,etc and then 2,3,4,5,6.

anyway i can do tht? 

Link to comment
https://forums.phpfreaks.com/topic/186262-multiple-entries-at-once/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.