Re: How to read .php files.

2021-03-09 Thread Nebojsa Tasic
You can change extension from php to txt and after viewing or editing in Text Edit change txt to php. On 10.3.2021. 04:12, Herbie Allen wrote: Thanks! Will give that a try! On Mar 9, 2021, at 20:11, Jeff Berwick wrote: I use Textedit for editing my PHP files all the time. They are jus

Re: How to read .php files.

2021-03-09 Thread Herbie Allen
Thanks! Will give that a try! > On Mar 9, 2021, at 20:11, Jeff Berwick wrote: > > I use Textedit for editing my PHP files all the time. They are just text > files, so they shouldn’t. Be showing HTML code. > > Perhaps you can adjust your preferences in Textedit. > > I would focus on the Displ

Re: How to read .php files.

2021-03-09 Thread Brad Snyder
If you go into TextEdit Preferences, and select the Open & Save tab, you will find an option to display HTML and/or RTF files as raw code, rather than formatted text. Not sure if this will help with what you are trying to do, but it may be worth a try. - Brad - On Mar 9, 2021, at 19:34, Herbi

Re: How to read .php files.

2021-03-09 Thread Jeff Berwick
I use Textedit for editing my PHP files all the time. They are just text files, so they shouldn’t. Be showing HTML code. Perhaps you can adjust your preferences in Textedit. I would focus on the Display HTML files as HTML code instead of formatted text checked checkbox and turn off the magic q

Re: How to read .php files.

2021-03-09 Thread Herbie Allen
I looked, and I can get it to open with pages in the correct way. I will have to get used to that app it looks like. For some reason, Text edit likes to display it as a web page and that is not conducive for editing. > On Mar 9, 2021, at 19:16, Brad Snyder wrote: > > I’m not familiar with the

Re: How to read .php files.

2021-03-09 Thread Brad Snyder
I’m not familiar with the .PHP file format. I would think that if you are able to open the file in Notepad on PC, you could do the same with TextEdit. Have you tried the Open With option in the shortcut menu, and see what your options are? - Brad - On Mar 9, 2021, at 19:10, Herbie Allen wrote

How to read .php files.

2021-03-09 Thread Herbie Allen
The subject pretty much says most of the question. Does anyone know how I can read a .php file on the Mac. More specifically, I need to see the raw code. I tried text edit in both rich text and plain text modes and that did not work out so well. With Windows I can use notepad so hoping there’s a