Jump to content

[SOLVED] Problem with php.exe!!


Guest Xanza

Recommended Posts

Guest Xanza

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:

 

error.PNG

 

Is their anyway to be able to compile regardless of whether or not it's on my desktop?

Link to comment
https://forums.phpfreaks.com/topic/114019-solved-problem-with-phpexe/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.