Jump to content

Inserting 100x and 100y coordinates in mysql table - easy way?


slyte33

Recommended Posts

Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y int 3' in an easy way with maybe a for loop or something?

 

I want the data entered to be like this:

 

0x 0y

1x, 0y

2x,0y

3x,0y

 

 

all the way up to 100x and 100y.

 

All feedback appreciated, thanks :)

 

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.