Payment and data docking is basically interface docking, involving points:
Form: Some payment interfaces need to submit requests in the form of forms and jump to payment interface.
Curl (PHP initiates HTTP request): This is basically a necessary knowledge point, used to request the interface to obtain data.
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.
replyThank 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
Payment and data docking is basically interface docking, involving points:
Form: Some payment interfaces need to submit requests in the form of forms and jump to payment interface.
Curl (PHP initiates HTTP request): This is basically a necessary knowledge point, used to request the interface to obtain data.
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.
Do you have HTML basics? If not, you can start from HTML, PHP basics, database, object-oriented (oop), mvc....