Tuesday, 14 October 2014

Css: Image/text Position

use div for this

<style>
img {
float: right;
    position: fixed;
margin-top: -150px;
margin-left: -150px;
}

</style>

Chatbot Telegram development

🔹 FLOW BOT (berdasarkan code kau) 1. Update masuk dari Telegram Bot terima JSON dari php://input . Extract: chat_id firstname ...