Please tell me where do I need to start learning about payment docking and data docking?
A.Whisjey  '
A.Whisjey ' 2018-02-26 14:38:47
0
6
1222

I want to learn payment docking and data docking, but I have never been exposed to PHP. Where do I need to start learning? Ask God for advice!

A.Whisjey  '
A.Whisjey '

reply all(2)
雕花笼

Payment and data docking is basically interface docking, involving points:

  1. Form: Some payment interfaces need to submit requests in the form of forms and jump to payment interface.

  2. Curl (PHP initiates HTTP request): This is basically a necessary knowledge point, used to request the interface to obtain data.

  3. Json/XML (data format): General data interface, the returned format is basically Json, but some sites will also use xml, which can be used flexibly according to the specific interface

4.MySQL (database): The database usually uses MySQL, but it is not limited to MySQL. Familiar with the operation of the database, the most basic additions, deletions, modifications, and queries, as well as PHP's processing of MySQL Methods such as PDO.

5. Encryption: The encryption mentioned here mostly refers to the requested signature. Basically in base64/md5/aes/des.

That’s all I can think of for the time being. If there are any other things I’ve missed, other experts are welcome to give me advice.


  • reply Thank you very much! Can you add me on WeChat? Let me ask you questions occasionally! I need guidance from a master like you! It’s paid! 724001867
    A.Whisjey ' author 2018-02-27 19:25:44
  • reply OK, teacher! I'm following you!
    A.Whisjey ' author 2018-02-27 21:18:08
  • reply I don’t use WeChat very much, so if you have any questions, just ask here.
    雕花笼 author 2018-02-27 20:24:13
倚楼听雪

Do you have HTML basics? If not, you can start from HTML, PHP basics, database, object-oriented (oop), mvc....

  • reply A bit of HTML basics! But now I am very confused and don’t know where to learn what I want to learn!
    A.Whisjey ' author 2018-02-27 19:24:00
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!