Tag: উদাহরণ

  • জাভাস্ক্রিপ্ট অবজেক্ট নটেশন উদাহরণ (JSON Example)

    Huge Sell on Popular Electronics Subscribe to Our Youtube Channel –|–Our Online Shop:ShopForSoul–|Get Trained in AI, Big-Data, Data Science– এই উদাহরণটি পিএইচপি এবং মাইএসকউএল দ্বারা চালিত ওয়েব সার্ভার থেকে জেএসওএন ডাটা পড়ে। <!DOCTYPE html> <html> <body> <h1>Customers</h1> <div id=”id01″></div> <script> var xmlhttp = new XMLHttpRequest(); var url = “http://www.w3schools.com/website/customers_mysql.php”; xmlhttp.onreadystatechange=function() {     if (xmlhttp.readyState ==…