
May 19th, 2004, 02:34 AM
|
|
|
|
Join Date: Apr 2007
Location: NJ - USA
Posts: 2,152
Time spent in forums: < 1 sec
Reputation Power: 4
|
|
|
RE: Php installed but can't embed in html code
I assume you are using Windows, but if you double click a file in Windows, it it is opened by the program that is associated with that file, not as if you were accessing it as a web page. The php parser is only initiated if the page is accessed through the server. accessing by double clicking will not have the same result as accessing the page through the server.
|