Jump to content

Update issue


porta325

Recommended Posts

Hey guys, i have something like:

for($i=1; $i <= $30; $i++){

echo "something";

}

witch works great.

But when i try to insert something into my database it only inserts the first record

for($i=1; $i <= $30; $i++){

echo mysql_query("INSERT INTO bla bla bla");

}

I've uninstaled the wamp server, i did all i could think off but nothing. Any ideeas ?

Link to comment
https://forums.phpfreaks.com/topic/102311-update-issue/
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.