PHP
--
Questions
--
Followers
Top Experts
I can do the accounting part of it in classic ASP and SQL Server (hosted). And I shall translate that to PHP know-how soon (PHP newbie). (only the transaction information needs to be handled)
Where I need help is in tracking the data relating to the Bitcoin network that's made available by the Bitcoin 'system' (Blockchain?) in real -time.
My knowledge about Bitcoin is in an early stage.
Is there a Hello World place to start? Preferably some code to track some Bitcoins we hold?
(I'm also an Ajax newbie so any ready-to-use code will help a great deal)
Thanks in advance.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Say X amount of Bitcoin is paid by Person A to Person B (Addess A to Address B).
I want my web application to know that.
So that, I can then record that in the backend database SQL Server (I can do this).
Next stage:
To make that transaction information appear on the page without a page refresh (ajax).
A good example is here:
http://blockchain.info/
So my web will listen and note transactions (from some known addresses) as this info comes through.
If we can just 'track the data' at this stage ... in the above scenario will be great.
(We can move on to PHP and Ajax at a later stage, and/or draft in expertise then)
Thanks for the links.
I assume you're up-to-date on this?
http://blockchain.info/api






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Yes, it's the API info on this page I'll need to be able to understand http://blockchain.info/api
I also found this. It'll help me get into Ajax (he's got a jQuery version there too)
http://www.mikesdotnetting
Thanks Ray.
https://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Jquery/A_10712-The-Hello-World-Exercise-with-jQuery-and-PHP.html
Thanks.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
At the moment going through the basics of JSON on the basic web application before getting into the Bitcoin integration part (eg. understanding http://blockchain.info/api
I'll be back.
I'm found this so far
http://blockchain.info/q
Thanks.
https://www.experts-exchange.com/questions/28125990/Bitcoin-how-to-use-the-blockchain-info-need-help.html






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
PHP
--
Questions
--
Followers
Top Experts
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.