These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Add names to Corp Market Orders
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
// connect to your database$db = new PDO('mysql:host=localhost;dbname=youdatabasename;charset=utf8', 'user', 'password');// prepare your query$query = $db->prepare('INSERT INTO youtable (column1, column2) values (:val1, :val2)');// fill the values and execute$req->execute(array( 'val1' => 'whatever you want', 'val2' => 12345));
EsiPy - Python 2.7 / 3.3+ Swagger Client based on pyswagger for ESI