Jump to content
xisto Community

Blaise

Members
  • Content Count

    28
  • Joined

  • Last visited

Everything posted by Blaise

  1. "then i want it to look in the "mining_rate" table of these users." Don't you mean mining_rate cell? Cause then it'd be as simply as this: UPDATE user total_mined=total_mined+mining_rate WHERE mining=2 If that's not the case we'd need more specific data about the mining_rate table.
  2. Use this command: mysql --user=username --host=host --password=password dbname < somefile.sql somefile.sql should contain your SQL commands seperated with a semicolon. I'm not sure if this'll work what it's worth a try.
  3. http://www.homeandlearn.co.uk/NET/vbNet.html http://www.functionx.com/vbnet/index.htm http://www.webhost4life.com/ Try those. Although if you say you already know PHP, you might be better of trying to learn C or C++! The're a lot harder than VB, but a lot better in many aspects, and the syntax of C is very similar to the syntax of PHP, where as VB has a totally different syntax. For c++ tutorials try http://www.cplusplus.com/
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.