Click here to Skip to main content
15,866,422 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
This is a new venture for me, and I don't want to do anything clever, but I get zipped text files almost every day where I have to perform the exact same editing.

I set up a Macro in Notepad++ and yes, it helps, but I still have to click OK after every change and I can't really do very much, so after reading a few web-sites, it looks like a little script is what I need, and again, from reading web-sites, I think PHP may be the easiest one for me to use.

I have the PHP official site open, and being a programmer, I am sure I will be able to get my head around the basic code that I need, but I'm not sure where to start, so I am wondering if anybody has a basic PHP program that they use directly in Notepad++ from the Run command, that they can share with me, so I can see how it works ?!?
Posted
Comments
[no name] 30-Jan-13 8:04am    
i dont understand your query kindly describe in details
Gary Heath 30-Jan-13 9:55am    
I want to use PHP scripting in NotePad++ and would like to see a basic example of how other people do it as I don't know where to start ...

No solution provided, went down a different route !
 
Share this answer
 
Hi
NotePad++ is only editor if you want to run PHP file on your computer you have to install PHP 5.4.11 or any other version and start php server to run PHP File. You can download PHP through below link:
http://php.net/downloads.php[^]

Thanks
 
Share this answer
 
Comments
Gary Heath 31-Jan-13 7:15am    
Yes, Notepad++ is an editor, BUT you CAN write scripts in it using PHP, Python & Ruby amongst others ...
[no name] 31-Jan-13 7:44am    
Gray Heath,
I know we can write scripts in it using PHP, Python & Ruby but you need php server to run your program.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900