of a json file in a php script?
It has these methods i need to send message to users of the bot
{"chatid":"133486","firstname":null,"lastname":null,"username":null,"userid":null,"joindatesh":null,"joindatem":null,"jointime":null,"step":null,"code":null,"ref":null,"coding":null,"dayl":null,"captha":null,"Other4":null,"Other5":null,"Other6":"","emdice":null,"tedadwarn":null,"zirmajuserid":null,"dice":null,"spam1":null,"spam2":null,"stoptime":null,"under":null,"vindor":null,"phone2":null,"zarib":null,"phone":null,"zirmaj":null,"emtiaz":null,"Other":null,"Other2":null,"Other3":null},
You want to send json in bot message?
no i wanna get contents in script one of json file's array named "chatid"
Ok, 1. Convert json string to object (Google it) 2. Access object: $id = object->chatid;
but vjson dile is data base here🥲
Обсуждают сегодня