Re: [EMAIL PROTECTED] OT - html question

2008-01-21 Thread Richard Dunne
Hi Dimitri, If you are not familiar with the scripting language PHP, I suggest you take a look at it. Google "Sticky forms" and "redirection". Richard. - Original Message From: Dimitri Yioulos <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, January 21, 2008 1:01:04 PM S

Re: [EMAIL PROTECTED] php5 mysql localhost

2007-12-28 Thread Richard Dunne
I'm still not having any luck with my apache config for PHP5. I am still getting a blank page when viewing http://localhost/phpinfo.php I have the following in my http.conf PHPIniDir "C:/WINDOWS" AddType text/html .php .phps AddType application/x-httpd-php .php AddHandler application/x-httpd-ph

Re: [EMAIL PROTECTED] php5 mysql localhost

2007-12-21 Thread Richard Dunne
My bad, PHPIniDir "C:/WINDOWS". - Original Message From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Saturday, December 22, 2007 1:07:35 AM Subject: Re: [EMAIL PROTECTED] php5 mysql localhost The PHPIniDir directive is really useful ;-)

[EMAIL PROTECTED] php5 mysql localhost

2007-12-21 Thread Richard Dunne
Can someone help me with the configuration of Apache. I have PHP5, MySQL and Apache2.2 all installed and working independantly on Windows XP. which dir in Apache should the php.ini file be located? I tried /htdocs and /lib but still cannot view any php on localhost. I have these lines in my htt

[EMAIL PROTECTED] Unknown Mime Type

2007-12-19 Thread Richard Dunne
I am trying to run PHP5 with Apache2 on XP. I have php.exe installed at c:\Program Files\PHP\php.exe I have Apache 2 installed at c:\Program Files\Apache Group\Apache 2 my include path in php.ini is: include_path = ".;c:\Program Files\PHP\ext" In my http.conf file I have the following lines JkWor

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Ok I deserved that. - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, April 27, 2007 10:33:49 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified On 4/27/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Han

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
ginal Message From: Dragon <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, April 27, 2007 9:06:18 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified Richard Dunne wrote: >Figured out the problem, silly, silly, silly me. Don't ask! E

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
;m non-php-savvy. Nevertheless, it would seem reasonable to ask exactly how (and when) index.php is generated. Good luck, Robert Richard Dunne wrote: > Yes the index page where the files are listed http://localhost/index.php. I > am using Editplus on XP. I thought, and I may be wro

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
users@httpd.apache.org Sent: Friday, April 27, 2007 8:23:45 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified Unfortunately I'm non-php-savvy. Nevertheless, it would seem reasonable to ask exactly how (and when) index.php is generated. Good luck, Robert Richard Dunne wrote: > Yes

Re: [EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
] Sent: Friday, April 27, 2007 7:17:58 PM Subject: Re: [EMAIL PROTECTED] date when file was last modified On 4/27/07, Robert T Wyatt <[EMAIL PROTECTED]> wrote: > Richard Dunne wrote: > > Can anyone tell me what would prevent apache2 server from updating its last > > modified b

[EMAIL PROTECTED] date when file was last modified

2007-04-27 Thread Richard Dunne
Can anyone tell me what would prevent apache2 server from updating its last modified by file index. I am running apache2 and the last modified date is not updating, even when I restart the server. Richard __ Do You Yahoo!? Tired of spam? Yahoo!

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-26 Thread Richard Dunne
oshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, April 26, 2007 2:33:56 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > I cleared the cache. The last date modified in windows explorer is tod

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
users@httpd.apache.org Sent: Wednesday, April 25, 2007 8:53:37 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Last date modified is listed in my directory http://localhost/Project I have > attached a word attachment with

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > Sorry for any confusion, I have apache2 installed on my laptop. When I view > the files listed at http://localhost/Project in both IE and firefox, the last > modified date of the file that I edited today shows sundays date

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-24 Thread Richard Dunne
AIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, April 24, 2007 9:03:44 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote: > I have edited a php webpage in my project folder today so the last modified > date

[EMAIL PROTECTED] apache2 not updating files

2007-04-24 Thread Richard Dunne
I have edited a php webpage in my project folder today so the last modified date should show tdays date on restarting the server, but when I did that, the server is still showing the previous date which was sunday 22nd april. I am only seeing the updated version in the editplus browser. Does

[EMAIL PROTECTED] IE works, Mozilla doesn't - no clue why!

2007-04-23 Thread Richard Dunne
I am executing a php script via an xmlhttprequest with apache2. I have gone through readystates 1,2,3,4 and status 200 in IE, but in Mozilla, I am only getting readystate 1. Does anyone know of any conflict with apache2/ajax/mozilla. I tried disabling the firewall, but that did not work eith

[EMAIL PROTECTED] rendering php

2007-04-19 Thread Richard Dunne
I was able to view php webpages in localhost with jakarta tomcat, but I had a problem with executing php scripts using ajax. Now I am using apache instead, but instead of seeing the webpage, I am seeing the code. does anyone have any suggstions? Richard __

Re: [EMAIL PROTECTED] Apache and ajax

2007-04-19 Thread Richard Dunne
n the middle of reworking my javascript as a result. - Original Message From: Pid <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, April 19, 2007 7:39:01 PM Subject: Re: [EMAIL PROTECTED] Apache and ajax Richard Dunne wrote: > I was using localhost:8080 on jakarta tomc

[EMAIL PROTECTED] Apache and ajax

2007-04-19 Thread Richard Dunne
I was using localhost:8080 on jakarta tomcat to view php webpages and execute an xmlhttprequest, but I found that this version on tomcat was not compatible with php scripts. So I installed apache 2.0 instead. Now when I try to execute the same request, I am getting this unspecified error: cod

[EMAIL PROTECTED] php

2007-04-18 Thread Richard Dunne
I am trying to render php webpages on localhost with apache tomcat. I was able to view these using jakarta, but I was trying to execute php scripts via xmlhttprequests as well. I was told that php works with apache but I am having a spot of bother. I can view the files in the project folder a