[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Joseph Harris
Perry, Hi again. I have the EasyPHP1-7 version of this, which put it all in place automatically. This is how it set the folders you're asking about: C/EasyPHP1-7 | | -apache | -phpmyadmin | -php

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Joseph Harris
Perry, I should have added that when I start up the set (easy logo) I can then right click on the tray logo and click administration which brings up a page of what is on the installation, as well as access to phpmyadmin. I imagine your installation is similar? Joseph Perry, Hi again. I

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Perry Gerenday
Oh, and I forgot to mention this; even though files with the php extension open in Firefox when double-clicked, in Window's Explorer, they are still being identified as the type: Microsoft Picture It! document. How in the world do I change that? TIA Perry Gerenday • The WDVL Discussion

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Joseph Harris
Perry, Wow! That's stretching my knowledge... Hey Joseph, I've been quietly watching your progress with php, with much amazement on my part. Your perseverance has brought you far. I was wondering if you might wade in on this question. :) So let's go. 1. Are the folders; apache,

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Joseph Harris
Perry, Forgot to say thanks for this: I've been quietly watching your progress with php, with much amazement on my part. Your perseverance has brought you far. I was wondering if you might wade in on this question. :) and take a virtual bow :-o. Oh, and I forgot to mention this; even though

[wdvltalk] Re: Need Apache / PHP help

2004-09-28 Thread Perry Gerenday
Sheila Fenelon wrote: I'm not a Windows expert but have quick question: Are you accessing the file directly or using http://localhost/hello_web.php Hi Sheila, We've never met before, but I already love you. :) You hit the nail on the head. I was typing in the path to the file, ie:

[wdvltalk] RE: Need Apache / PHP help [Joseph]

2004-09-28 Thread Perry Gerenday
Joseph Harris wrote: Perry, Forgot to say thanks for this: I've been quietly watching your progress with php, with much amazement on my part. Your perseverance has brought you far. I was wondering if you might wade in on this question. :) and take a virtual bow :-o. Joseph, Thanks for you

[wdvltalk] Re: Need Apache / PHP help

2004-09-28 Thread Sheila Fenelon
Perry Gerenday wrote: You hit the nail on the head. I was typing in the path to the file, ie: file///c:/Apache2/htdocs/hello_web.php - which, as you guessed, was bypassing the server. http://localhost/hello_web.php works like a charm. Thank you very much. Your welcome. Glad I could help. Joseph,

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Cheryl D Wise
Open My Computer, Tools, Folder Options, File type, scroll down to PHP and either change or Advance tab remove the association with Picture it and reassociate with your php interpreter. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto:[EMAIL

[wdvltalk] Re: Need Apache / PHP help

2004-09-28 Thread Joseph Harris
http://localhost/hello_web.php works like a charm. Thank you very much. Your welcome. Glad I could help. Joseph, no I'm not an expert with Windows, in fact I barely use it these days. I usually ignore any questions involving Windows and let others answer them. However I do know my

[wdvltalk] Re: Need Apache / PHP help

2004-09-28 Thread Cheryl D Wise
http://107.0.0.1 is the loopback address for the pc which usually responds to the name localhost so using http://localhost should result in seeing the same file as using the IP address Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto:[EMAIL

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Perry Gerenday
Cheryl D Wise wrote: Open My Computer, Tools, Folder Options, File type, scroll down to PHP and either change or Advance tab remove the association with Picture it and reassociate with your php interpreter. Thanks Cheryl, That did the trick for the PHP files. Trouble is, other image files

[wdvltalk] RE: Need Apache / PHP help

2004-09-28 Thread Cheryl D Wise
Some days you can't win for losing. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto:[EMAIL PROTECTED] 713.353.0139 Office -Original Message- From: Perry Gerenday Open My Computer, Tools, Folder Options, File type, scroll down to PHP

[wdvltalk] Re: Need Apache / PHP help

2004-09-27 Thread Pradeep
Hi Frens, Can anyone help in converting a ms. word document to xml. Any help would be appreciated. Thanks, Pradeep • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal

[wdvltalk] RE: Need Apache / PHP help

2004-09-27 Thread ComputerPerceptions.net
PHP is an interpret language. Since you are using windows, you need to make sure that the .php file extension is associated with your php interpreter. Just click on a php file with windows explorer, and choose open with, and choose your php interpreter, and choose the option to always open with.