Jump to content

Autoplay Media Studioda Php Api Nasıl Kullanırım?


mdduru
 Share

Recommended Posts

Arkadaşlar merhabalar;

 

Benim bir sorunum var autoplay media studio da php api kullanmak istiyorum bunun için bir örnek proje var mı elinizde?

 

Api sonucu True veya False döndürecek....

Edited by mdduru
Link to comment
Share on other sites

  • Editor

Ams Kodu
 

local nReturn = HTTP.Submit("http://localhost/submit.php", {status = "aktif"}, SUBMITWEB_GET, 20, 80, nil, nil);
Dialog.Message("",nReturn);

PHP Kodu

<?php
		
		if (isset($_GET))
		{
			if ($_GET["status"] == "aktif")
			{
				echo "Durum aktifmiş";
			}else
			{
				echo "Durum aktif değilmiş";
			}
		}

?>
Link to comment
Share on other sites

  • 3 ay sonra...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...