I just got myself phpGTK+
Looks like I have followed all instructions in installing it...but when I try to open the test/hello.php application, it says php.exe not found 🙁
Here's wht I did..
unzipped my php-gtk-0.5.1-win32.zip files into my existing php directory at c:/php. then like mentioned in the manual, I copied the files from c:/php/winnt/system32 files into my own system32 files (located at d:/windows/system32); then the php.ini file...I already had one in the d:/windows dir but then I copied the new one over the old one, and pade these changes in it...
doc_root = "E:\" ; the root Web
extension_dir = "E:\"
and phew!!! copied the test folder into E:\ which is whr all my php files always reside.
Then....emmm...I opened command prompt and happily typed in c:/php/php4/php -q yo....that thing made php start running in the window.
Now, when I tried running hello.php it juss doesn't open up. I tried open with>> md dos prompt, it resulted in opening a command prompt and no more than that. Then...I said open with>>php.exe...this time it opened a command prompt and quickly displayed all src code and vanished. finally I said open with >>php_win.exe, and what I got in return was an err message saying php.exe was not found.
I'm completely confused. Aparently thrs nothing wrong with the php.ini file becoz all my other php files are running just fine (the web files)...suggestions anyone ????