<?php
passthru('powershell Write-Host "_ Red" -ForegroundColor Red -nonewline; Write-Host " vs " -ForegroundColor White -nonewline; Write-Host "Blue" -ForegroundColor Blue;');
?>
<?php
passthru('powershell Write-Host "_ Red" -ForegroundColor Red -nonewline; Write-Host " vs " -ForegroundColor White -nonewline; Write-Host "Blue" -ForegroundColor Blue;');
?>