I have a PHP script that does a query on a slave mysql database. The script has an output of either 1(its working) or 0(its not). How ever when I have the batch file kick it off I see a "Last Message" of "Response not wellformed: "1 "" I am not sure why it says not well formed, the result will be either a 0 or 1, and it sees the "1" in there".
My Batch file is: @echo off c:\progra2\PHP\php.exe -f c:\check.php exit 1
Is there something else i'm missing?
Thanks!
Add comment