[PROBLEM SOLVED] Get datas from proppfrex with php

You found a bug or have any issues? Please post them here!
Post Reply
maniacshu
Posts: 1
Joined: 04 Jul 2018 23:41
Location: Karancsalja
Contact:
[PROBLEM SOLVED] Get datas from proppfrex with php

Post by maniacshu »

Hi everybody!

I have a little problem with proppfrex on air scripting. We want to send the song meta datas with EXEC_SEND_HTTP_GET command. If we are press Test button it works correctly. In that case, if we try on a real playlis we get nothing.

Our script (OnTrackPlay):

Code: Select all

EXEC_SEND_HTTP_GET http://localhost/radiodata.php?title=${title}
Our php code:

Code: Select all

<?php

file_put_contents("data.txt",print_r($_GET,true));

?>
Thanks for your help :)
Two parameter in two lines, generate listing bug, and the writed file going corrupted.
Not use any parameter line, same information! Code is working, problem solved!
Radio is not an activity, rather a sense of life.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: [PROBLEM SOLVED] Get datas from proppfrex with php

Post by radio42 »

Glad you solved it.

Post Reply