Re: [PHP] A couple of questions

2009-03-16 Thread Stuart
2009/3/16 Payne > Nick Cooper wrote: > >> >> >> 2009/3/16 Stuart mailto:stut...@gmail.com>> >> >>2009/3/16 Payne mailto:pa...@magidesign.com>> >> >> >>> I had a page working on my opensuse 11.0 32bit, had to upgrade >>to 11.1 >>> 64bit. I have two strange issues. >>> >>> T

Re: [PHP] A couple of questions

2009-03-16 Thread Payne
Nick Cooper wrote: 2009/3/16 Stuart mailto:stut...@gmail.com>> 2009/3/16 Payne mailto:pa...@magidesign.com>> > I had a page working on my opensuse 11.0 32bit, had to upgrade to 11.1 > 64bit. I have two strange issues. > > The first my code is being display when I call

Re: [PHP] A couple of questions

2009-03-16 Thread Nick Cooper
2009/3/16 Stuart > 2009/3/16 Payne > > > I had a page working on my opensuse 11.0 32bit, had to upgrade to 11.1 > > 64bit. I have two strange issues. > > > > The first my code is being display when I call the page, I looked at the > > logs and I don't see any errors that explain why this happen.

Re: [PHP] A couple of questions

2009-03-16 Thread Stuart
2009/3/16 Payne > I had a page working on my opensuse 11.0 32bit, had to upgrade to 11.1 > 64bit. I have two strange issues. > > The first my code is being display when I call the page, I looked at the > logs and I don't see any errors that explain why this happen. I looked at my > php.ini and I

Re: [PHP] A couple of questions..

2002-10-28 Thread Marek Kilimajer
I'm sure there are some web based file manegers, check out www.hotscripts.com For your second problem, check first if you appache is sending the right response. Connect, using telnet, to localhost:80, and write: GET /mp3 HTTP/1.0 (two times enter). Apache should send you "301 Moved Permanently