Skip to content

Instantly share code, notes, and snippets.

View sandeepthukral's full-sized avatar

Sandeep Thukral sandeepthukral

View GitHub Profile
@nolim1t
nolim1t / gist:126455
Created June 9, 2009 12:34
Quality Center OTA via PHP
<?php
// Found this on the web
// Requirements: PHP + COM + Win32 (duh)
// DISCLAIMER: Found this on the web. Have not tested this yet, but it would come in handy
$qcurl =$_GET["qcurl"];
$usr =$_GET["usr"];
$pwd =$_GET["pwd"];
$dmn =$_GET["dmn"];