localhostでうまく動作しているのに、私のphp mysql関数がリモートサーバで動作しないのはなぜですか? <?php
function getAllMachines(){
if(!isset($_GET['cat'])){
global $db_con;
$getmachine_qry = "SELECT * FROM MACHINES";
私は完全に動作するscript1.ps1という名前のPowerShellスクリプトを持っています。ここにスクリプトがあります: Write-Host Script to display members of the local -ForegroundColor Green
Write-Host Administators group of a remote server. -Foreground