I have a phpnuke site and I need to run an update file, when I try running it from the browser, it times out or something because the page goes blank white and does nothing.
I tried running it from the command prompt
c:\php\php.exe -f c:\mywebsite\myfile.php
after hitting enter it seemed to do something for a few seconds, then shortly after it showed c:\documents and settings\username
upon further checking, the script did not run properly because if it had, a record in my db (which is supposed to change the version) should be updated... that and also, my site wouldn't be broken. 😛