Re: [PHP] Compatiabilty issues

2009-12-03 Thread Julian Muscat Doublesin
Will Have Linux installed on a 64 bit machine effect Apaches functionality? On Wed, Dec 2, 2009 at 6:20 PM, Shawn McKenzie nos...@mckenzies.net wrote: Ashley Sheridan wrote: On Wed, 2009-12-02 at 12:17 +0100, Julian Muscat Doublesin wrote: Sorry about the reply to all. the htaccess files

Re: [PHP] PHP APACHE SAVE AS

2009-12-02 Thread Julian Muscat Doublesin
, Nov 27, 2009 at 10:02 PM, Bastien Koert phps...@gmail.com wrote: On Fri, Nov 27, 2009 at 11:20 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Fri, 2009-11-27 at 17:10 +0100, Julian Muscat Doublesin wrote: Hi, Just to update every one. This solution below worked perfectly. Thank

[PHP] Compatiabilty issues

2009-12-02 Thread Julian Muscat Doublesin
Hello Everyone, I am having trouble with the mod_rewrite. This is not working on windows 64bit. I am also having trouble with the directory password protection. However thse bot work perfectly on my UNIX Mac. From my experince I can see that this is due to file system compatibility. Can anyone

Re: [PHP] Compatiabilty issues

2009-12-02 Thread Julian Muscat Doublesin
Sorry about the reply to all. the htaccess files worked correctly on a wamp setup I had. All this happened once I did the big move to apache. On Wed, Dec 2, 2009 at 12:10 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Wed, 2009-12-02 at 12:10 +0100, Julian Muscat Doublesin wrote: I

[PHP] PHP APACHE SAVE AS

2009-11-27 Thread Julian Muscat Doublesin
Hello Everyone, I have installed PHP, Apache and MySQL on a Windows 7 machine :(. I would prefer linux or unix :) These have been setup and working correctly. However when I access a php page. I get the save as dialog. Has anyone ever experinced such a situation. Can anyone please

Re: [PHP] PHP APACHE SAVE AS

2009-11-27 Thread Julian Muscat Doublesin
Regards, Jonathan On Fri, Nov 27, 2009 at 6:24 AM, Julian Muscat Doublesin opensourc...@gmail.com wrote: Hello Everyone, I have installed PHP, Apache and MySQL on a Windows 7 machine :(. I would prefer linux or unix :) These have been setup and working correctly. However

[PHP] parse_str() expects parameter 1 to be string, array given

2009-10-19 Thread Julian Muscat Doublesin
Hello* *Everyone, I am geetting the error below. Can you please guide me on a fix. It is working on the live site but not on local server. Has anyone ever experinced this error before. * Warning*: parse_str() expects parameter 1 to be string, array given**

[PHP] Include Paths

2009-08-12 Thread Julian Muscat Doublesin
I had a problem with the include and require paths when using AJAX. This I have solved by using the document root. However since doing so I am experiencing performance issues. Loading 20 records has suddenly turned into something of a matter of a minute rather then seconds. Has anyone ever

[PHP] PHP Mail Function

2009-06-20 Thread Julian Muscat Doublesin
Hello Everyone, I have written an e-mail function that sends e-mail to my domain that forwards it to a gmail account. When I use the gmail address directly it works fine. When I use my mail domain i don't get anything. Has anyone experienced this? Can anyone give me some advice? Thanks in

[PHP] PHP, OOP and AJAX

2009-06-05 Thread Julian Muscat Doublesin
Update. Hello Everyone, First of all, thank you all for your input. I ran a sinmple test using the suggestions you gave me and and require_once. Using firebug to test the output, I got an internal server error. I found out what the problem was. What I am doing is I have classes which

[PHP] PHP, OOP and AJAX

2009-05-28 Thread Julian Muscat Doublesin
Hi Everyone, This is the first time that I am posting in the PHP forum, so hope that I am osting in the right place. I would like to say that before submitting to this forum I have done some research looking for a solution without success. I had been programming in ASP.NET for years using