473,569 Members | 3,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Developing PHP pages in MS FrontPage

I am doing my PHP development in MS FrontPage. At on time, when in Frontpage
and I would double click on a page in my development folder, FrontPage would
open it. Now when I double click, Notepad opens it. I have check my
extension settings and my setting is that FrontPage should open an file
ending in .PHP. Now what I have do is right click the file name, and use
"Open With...." to open it in FrontPage.

Somewhere, Somehow, I must have changed a setting to screw this up. Can
someone suggest when I need to do to get the double click action back so the
..php file is opened with FrontPage.

Thanks...l

Bruce
Jul 17 '05 #1
2 1988
On Sat, 3 Jul 2004 23:43:47 -0400, "Bruce A. Julseth"
<br*****@attglo bal.net> wrote:
I am doing my PHP development in MS FrontPage. At on time, when in Frontpage
and I would double click on a page in my development folder, FrontPage would
open it. Now when I double click, Notepad opens it. I have check my
extension settings and my setting is that FrontPage should open an file
ending in .PHP. Now what I have do is right click the file name, and use
"Open With...." to open it in FrontPage.

Somewhere, Somehow, I must have changed a setting to screw this up. Can
someone suggest when I need to do to get the double click action back so the
.php file is opened with FrontPage.


This, of course, isn't even a PHP question, but you'll find if you
change your association for .php in Explorer, it'll work again.
--
gburnore@databa six dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
=============== =============== =============== =============== ===============
Want one? GET one! http://www.databasix.com
=============== =============== =============== =============== ===============
Jul 17 '05 #2

"Gary L. Burnore" <gb******@datab asix.com> wrote in message
news:cc******** **@blackhelicop ter.databasix.c om...
On Sat, 3 Jul 2004 23:43:47 -0400, "Bruce A. Julseth"
<br*****@attglo bal.net> wrote:
I am doing my PHP development in MS FrontPage. At on time, when in Frontpageand I would double click on a page in my development folder, FrontPage wouldopen it. Now when I double click, Notepad opens it. I have check my
extension settings and my setting is that FrontPage should open an file
ending in .PHP. Now what I have do is right click the file name, and use
"Open With...." to open it in FrontPage.

Somewhere, Somehow, I must have changed a setting to screw this up. Can
someone suggest when I need to do to get the double click action back so the.php file is opened with FrontPage.
This, of course, isn't even a PHP question, but you'll find if you
change your association for .php in Explorer, it'll work again.


My problem was that FrontPage had to be configured to recognize the .PHP
extension. When I found that option and set it, all is well! Thanks for the
response.

Bruce


--
gburnore@databa six dot com
-------------------------------------------------------------------------- - How you look depends on where you go.
-------------------------------------------------------------------------- - Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
=============== =============== =============== =============== =============== Want one? GET one! http://www.databasix.com

=============== =============== =============== =============== ===============
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

32
2133
by: Marco | last post by:
Ive been using front page but it starts to anoy me when i need to change in the source things that i cant change while in the "normal" mode, specialy when working with tables its soo hard to tell him what we realy want with out going to source and change it there. heh heh probably some while say use the mighty notepad ;) , its not good for...
6
6293
by: Jim | last post by:
I've just bought a new Windows Server 2003 and I am trying to move an exiting FrontPage website to this new machine. I can't get ASP pages to run. IIS 6.0 has been installed. From the snap-in, I have configured "Web Services Extensions" to allow CGI Extensions, ISAPI Extensions, Active Server Pages, FrontPage Server Extensions 2002,...
3
1780
by: J_J | last post by:
Hi, I have FrontPage 2003 on my XP laptop. I need to test some web pages with *.asp codes which worked perfectly well with my old Win95 computer in the past. Of course I had to install Personal Web Server to it in order to do the job. The help files of FP, gives the clue that it has the facilities to behave like a server and test interactive...
5
2639
by: Jon Sequeira | last post by:
Is there a way to redirect from an ASP.NET page to an ASP page without showing the ASP page's URL in the client's browser? This works perfectly with an HTML page, for example: path = "~/cp/test.htm" Server.Transfer(path, False) But with an .asp extension, the I get an HttpException, "Error executing child request for ~/cp/test.asp."
0
1173
by: Ken Fichthorn | last post by:
I have a very simple website, built in FrontPage 2002, which displays static information only. I would like to add some ASP.NET web forms (providing some event registration web pages). I plan to develop the ASP.NET pages in Visual Studio .NET and then drop them into my existing FrontPage web directory structure. I would hope I can simply...
4
2823
by: md9108 | last post by:
I am not a programmer, nor do I use MS Access with any frequency, so I'm not very confident in what I've been doing. I have read everything I can find about Data Access Pages and I've tried everything that relates. I have serveral DAP's for use on our company intranet. I can see the pages with no problem, but none of the data from the database...
5
1194
by: Randy Galliano | last post by:
Hello, I am somewhat new to ASP.NET and doing some ASP.NET development. My manager would like me to create the asp.net pages, then send them on to a web designer for finish up making visual changes using Front page. Does front page support asp.net? I am using Master pages to set the overall format of the web site. Regards,
4
1777
by: sales | last post by:
I have used Include pages for a menu bar within a webpage - See below. <!--webbot bot="Include" U-Include="menu-categories.htm" TAG="BODY" -- It works fine when the page is htm format, but when I use the page in php format, all the menus that are an Included link do not show. Any ideas??? Thanks
42
8897
by: Santander | last post by:
how to decode HTML pages encoded like this: http://www.long2consulting.com/seeinaction2008/Simplicity_Beach_table/index.htm Is there script that will do this automatically and generate normal fully readable HTML? Santander
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7619
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7930
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7681
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6290
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5228
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.