View Single Post
  #7  
Old 06-21-2015, 06:57 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: help livestreamer


Quote:
Originally Posted by joejones15 View Post
even easier, thanks Biezom!
on windows i use this version of php

http://windows.php.net/downloads/rel...32-VC9-x86.zip

1) unzip in C:\php (for example)
2) open cmd.exe (command shell)
3) go to php's folder
Code:
cd C:\php
4) run php code
Code:
php test.php
Reply With Quote