Guest Xanza Posted July 10, 2008 Share Posted July 10, 2008 I downloaded Programmer's Notepad 2, and there was an option to add a tool to current php projects, so I was able to figure out a way to call and parse php documents and have the results shown in the output box... But when I put a php file like on my desktop I get an error: Is their anyway to be able to compile regardless of whether or not it's on my desktop? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 10, 2008 Share Posted July 10, 2008 This has more to do with how Notepad2 handles the running of .php files, because your file path has spaces in it, php.exe thinks you're passing parameters to it rather than a file path. File paths should always be in quotes. I have not used Notepad2 so I can't really help you. Quote Link to comment Share on other sites More sharing options...
Guest Xanza Posted July 10, 2008 Share Posted July 10, 2008 It's ok... I kinda liked it cause it was lightweight... But either way I figured it out. Thanks for the help Teen. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.