Find Jobs
Hire Freelancers

Quick and easy php / json job

$30-250 USD

Cerrado
Publicado hace más de 6 años

$30-250 USD

Pagado a la entrega
I’m not a programmer. So, although this will probably take somebody 10 minutes, it’s over my head. Basically, I’ve got the code below that downloads account balances from a test account and puts a multidimensional json array into a variable named $obj. (A printout of the data can be seen here: [login to view URL] ) I need someone to write in the lines of code to poplulate/update the fields named ticker, balance, and numshares in the table named “Balances” from the json data using php. It’s a very small job, but there will be many more to follow. I need an on-going relationship for a bunch of similar jobs. I’ll release the escrow within 5 minutes of receipt of the completion of the script below. Thanks and I look forward to working with you! Todd //get balance data from bittrex api $apikey='fc6e38f667114a7cbda1cb6d5f9331f2'; $apisecret='WILLPROVIDEUPONHIRING'; $nonce=time(); $uri='[login to view URL]'.$apikey.'&nonce='.$nonce; $sign=hash_hmac('sha512',$uri,$apisecret); $ch = curl_init($uri); curl_setopt($ch, CURLOPT_HTTPHEADER, array('apisign:'.$sign)); $execResult = curl_exec($ch); $obj = json_decode($execResult); //Connect to my database $mysql_host = 'localhost'; $mysql_user = 'stk1639_todd'; $mysql_pass = 'WILLPROVIDEUPONHIRING'; $mysql_db = 'stk1639_Crypto'; if (!mysql_connect($mysql_host,$mysql_user,$mysql_pass)||!mysql_select_db($mysql_db)){ die (mysql_error()); } //I guess use a foreach on a $obj to parse the array into the balance table. I got stuck here and need your help, lol! .
ID del proyecto: 16258540

Información sobre el proyecto

31 propuestas
Proyecto remoto
Activo hace 6 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
31 freelancers están ofertando un promedio de $71 USD por este trabajo
Avatar del usuario
Hello Todd, I can get this complete in a few minutes. Just need CPanel access to your server. I have a 99% project completion rate and a 4.99 reputation (out of 5.0 from over a thousand projects. Thanks. Regards, Rajesh Soni.
$35 USD en 0 día
5,0 (1011 comentarios)
8,7
8,7
Avatar del usuario
Hi Todd, I'll be glad yo help you so shoot me a message then. Regards, Amr
$50 USD en 1 día
5,0 (115 comentarios)
7,4
7,4
Avatar del usuario
I am interested in this project. I can populate ticker, balance, and numshares in the table named “Balances” from the json data using php. Having 10+ years of experience in PHP/MYSQL Looking for a long term relationship.
$35 USD en 1 día
4,9 (283 comentarios)
6,8
6,8
Avatar del usuario
Hi Todd, you're right, we need a loop to iterate over json data and I can help you with that :) With Love, Maulik
$30 USD en 1 día
5,0 (21 comentarios)
6,4
6,4
Avatar del usuario
Hi Todd, I have very good expertise with php ,node.js I will do the required function
$100 USD en 2 días
5,0 (14 comentarios)
6,1
6,1
Avatar del usuario
Hi I can do this job doe you quickly . contact me via chat to discuss more . I'm a professional php developer .
$45 USD en 0 día
4,9 (48 comentarios)
6,0
6,0
Avatar del usuario
Hi I am an experienced PHP developer. I will help you in fixing the issue where you stuck. I am sure you will appreciate my help., Thanks
$83 USD en 1 día
4,9 (95 comentarios)
6,1
6,1
Avatar del usuario
Hello Todd, I would like to build the required PHP code in order to update the table with the results. Thanks, Alex
$35 USD en 1 día
5,0 (69 comentarios)
6,1
6,1
Avatar del usuario
hi I am a php full stack dev As u said a for loop is necessary to iterate but before we need to make the json into a format iteratable. I would like to do this job quick and easy , The only thing that I need to complete it is the balance table schema information . I would quickly finish it if would like me to . Thanks
$30 USD en 0 día
5,0 (33 comentarios)
6,0
6,0
Avatar del usuario
Hello! This is indeed a very simple project. It's just a matter of extracting the variables you want from the JSON object, and using mysqli to add them to a mysql table. I can get this done for you within 10 minutes, and send over the completed script. Looking forward to working with you. Thank you for your time!
$50 USD en 1 día
5,0 (33 comentarios)
5,6
5,6
Avatar del usuario
Hello Sir, hope you are fine, i am ready to parse your json i already did similar work in previous here is solution $obj = json_decode($data,'true'); foreach($obj['result'] as $content){ print_r($content['Balance']); echo '</br>'; }
$50 USD en 0 día
4,9 (42 comentarios)
5,5
5,5
Avatar del usuario
Dear Sir I will do this php json task perfectly and fastly Please reply Wish to do this task Message to me
$35 USD en 1 día
5,0 (56 comentarios)
5,1
5,1
Avatar del usuario
i have been in this field for more than 7 years. i have experience in c#,php,perl,wordpress,Html,postgress ,Web Services, Rest Api, Zend ,YIi,Mysql. Relevant Skills and Experience so i am right candidate for your project because i have experience in C#,Perl,php,node.js,Crypto currency,Wordpress,Ebay,Amazon,Instagram,Mysql,Sqllite,Mongo Db, Soap Api projects.
$35 USD en 0 día
4,8 (17 comentarios)
5,2
5,2
Avatar del usuario
Hello, I'm well Qualified & Professional Web Developer having 5 years of experience in developing quality Websites that are very much active in the market today. My knowledge, technical skills and attributes lies in: Wordpress, php, MySQL, Javascript, CSS, SEO, YII, JSON, HTML, HTML5, XHTML, BootStrap, AJAX, JQuery, Dom, CURL etc . I am really looking forward to work with you. So waiting for your reply. Thank You.
$35 USD en 1 día
4,9 (52 comentarios)
4,8
4,8
Avatar del usuario
Hello, I would like to thank you for the detailed project description. I am looking forward to this project. Thank you.
$50 USD en 2 días
4,9 (23 comentarios)
4,9
4,9
Avatar del usuario
Hi, I am pleased to let you know that I can do the json parsing. The following is an extract of one JSON node. Currency : "BTC" Balance : 0.09201383 Available :0.09201383 Pending : 0 CryptoAddress :"1Mz86kqZqkg828JWiDwf5uonXXiS427Nb" So there are 5 fields in a json node. Can you please let me know the relation between following database tables and above json fields. ticker, balance, and numshares in the table named “Balances” How they should be matched ? Thanks and Best Regards Indunil
$30 USD en 3 días
4,9 (33 comentarios)
4,5
4,5
Avatar del usuario
Only if you need a serious developer. I have more than 9 years of experience in Web development, especially in PHP and working with JSON and parsing it. I can help you with your project.
$55 USD en 1 día
5,0 (9 comentarios)
4,1
4,1
Avatar del usuario
Man, Seems it is a pretty interesting and easy project to be completed in a few hours. So can I give a try if you provide full information? Thanks Relevant Skills and Experience Php MySQL HTML CSS
$50 USD en 2 días
5,0 (11 comentarios)
4,0
4,0
Avatar del usuario
A proposal has not yet been provided
$55 USD en 1 día
5,0 (7 comentarios)
3,1
3,1
Avatar del usuario
Hi.. I think i can help you with the php scripting. And also, my bid is still negotiable if there is any more projects to follow. Please let me know if you interested. Thank you and have a good day.
$45 USD en 1 día
5,0 (4 comentarios)
2,5
2,5

Sobre este cliente

Bandera de UNITED STATES
Navarre, United States
0,0
0
Miembro desde ago 24, 2009

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.