[PHP] A couple of questions

2009-03-16 Thread Payne
Guys, 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 don't see

Re: [PHP] A couple of questions

2009-03-16 Thread Stuart
2009/3/16 Payne 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 the page, I looked at the logs and I don't see any errors that explain why this happen. I looked at my

Re: [PHP] A couple of questions

2009-03-16 Thread Nick Cooper
2009/3/16 Stuart stut...@gmail.com 2009/3/16 Payne 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 the page, I looked at the logs and I don't see any errors

Re: [PHP] A couple of questions

2009-03-16 Thread Payne
Nick Cooper wrote: 2009/3/16 Stuart stut...@gmail.com mailto:stut...@gmail.com 2009/3/16 Payne pa...@magidesign.com 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

Re: [PHP] A couple of questions

2009-03-16 Thread Stuart
2009/3/16 Payne pa...@magidesign.com Nick Cooper wrote: 2009/3/16 Stuart stut...@gmail.com mailto:stut...@gmail.com 2009/3/16 Payne pa...@magidesign.com 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

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

[PHP] A couple of questions..

2002-10-27 Thread eriol
I have two very newbie questions.. I want to be able to create a directory index view on my local Apache server other than the default Apache view (similar to Expow, but not as complex).. Can anyone recommend a simple script that you know of which can display Name, Type, Size and Modified Date