atoad
Newbie
Posts: 1
Registered: 11/24/2008
Member Is Offline
|
| posted on 11/24/2008 at 11:49 PM |
|
|
All php files open in notepad
every php file i have opens in notepad automatically. What program is it supposed to open in?
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/25/2008 at 03:39 AM |
|
|
PHP files are server side scripts. You can view/edit them on your local computer using any ASCII text editor (including notepad).
To execute them you'll need a working php enabled web server.
|
|
|