View Single Post
  #4  
Old 01-31-2004, 07:49 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

an example would be
Code:
Update doors SET opentype=58, dest_zone='poknowledge', dest_x=100, dest_y=10, dest_z=3 where id=343;
Open type 58 will port on clicking, dest_... says wher it sends you.

Now before you go do anything, I suggest you go read some of the mysql documentation so that you know what that actually does. I also suggest you get and use MYsql Control Center (or mysql-Front) to work with mysql data.

The docs and MYsql Controll Center can be found at http://www.mysql.org
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote